#ifndef RCTConvert_GCKStandbyStatus_h
#define RCTConvert_GCKStandbyStatus_h

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

@interface RCTConvert (GCKStandbyStatus)

+ (nonnull id)fromGCKStandbyStatus:(GCKStandbyStatus)status;

@end

#endif /* RCTConvert_GCKStandbyStatus_h */
