#ifndef RCTConvert_GCKAdBreakStatus_h
#define RCTConvert_GCKAdBreakStatus_h

#import <GoogleCast/GoogleCast.h>
#import <React/RCTConvert.h>

@interface RCTConvert (GCKAdBreakStatus)

+ (nonnull id)fromGCKAdBreakStatus:(nullable GCKAdBreakStatus *)status;

@end

#endif /* RCTConvert_GCKAdBreakStatus_h */
