#ifndef RCTConvert_GCKMediaStatus_h
#define RCTConvert_GCKMediaStatus_h

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

@interface RCTConvert (GCKMediaStatus)

+ (nonnull id)fromGCKMediaStatus:(nullable GCKMediaStatus *)status;

@end

#endif /* RCTConvert_GCKMediaStatus_h */
