RNFIRMessaging.h 258 Bytes
Newer Older
Libin Lu's avatar
init  
Libin Lu committed
1 2 3

#import <UIKit/UIKit.h>

4
#import <FirebaseCore/FIRApp.h>
Libin Lu's avatar
init  
Libin Lu committed
5

Libin Lu's avatar
Libin Lu committed
6
#import <React/RCTBridgeModule.h>
Libin Lu's avatar
init  
Libin Lu committed
7 8 9 10


extern NSString *const FCMNotificationReceived;

11
@interface RNFIRMessaging : NSObject <RCTBridgeModule>
Libin Lu's avatar
init  
Libin Lu committed
12 13 14 15

@property (nonatomic, assign) bool connectedToFCM;

@end
16