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

#import <UIKit/UIKit.h>

Libin Lu's avatar
Libin Lu committed
4
@import FirebaseInstanceID;
5
@import FirebaseMessaging;
Libin Lu's avatar
init  
Libin Lu committed
6 7 8 9 10 11

#import "RCTBridgeModule.h"


extern NSString *const FCMNotificationReceived;

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

@property (nonatomic, assign) bool connectedToFCM;

@end