FCMModule.h 235 Bytes
Newer Older
Libin Lu's avatar
init  
Libin Lu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

#import <UIKit/UIKit.h>

#import <Firebase.h>

#import "RCTBridgeModule.h"


extern NSString *const FCMNotificationReceived;

@interface FCMModule : NSObject <RCTBridgeModule>

@property (nonatomic, assign) bool connectedToFCM;

@end