mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
10 lines
199 B
Objective-C
10 lines
199 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import "RNPushKitEventListener.h"
|
|
@import PushKit;
|
|
|
|
@interface RNPushKit : NSObject
|
|
|
|
- (instancetype)initWithEventHandler:(RNPushKitEventHandler *)pushKitEventHandler;
|
|
|
|
@end
|