#ifndef RCTConvert_GCKActiveInputStatus_h
#define RCTConvert_GCKActiveInputStatus_h

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

@interface RCTConvert (GCKActiveInputStatus)

+ (nonnull id)fromGCKActiveInputStatus:(GCKActiveInputStatus)status;

@end

#endif /* RCTConvert_GCKActiveInputStatus_h */
