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