Files
react-native-notifications/RNNotifications/RNPushKitEventHandler.h
2019-07-07 12:41:53 +03:00

9 lines
190 B
Objective-C

#import <Foundation/Foundation.h>
#import "RNNotificationEventHandler.h"
@interface RNPushKitEventHandler : RNNotificationEventHandler
- (void)registeredWithToken:(NSString *)token;
@end