mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-12 17:18:11 +08:00
9 lines
190 B
Objective-C
9 lines
190 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "RNNotificationEventHandler.h"
|
|
|
|
@interface RNPushKitEventHandler : RNNotificationEventHandler
|
|
|
|
- (void)registeredWithToken:(NSString *)token;
|
|
|
|
@end
|