mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-15 10:28:11 +08:00
fixes
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <PushKit/PushKit.h>
|
||||
@import UserNotifications;
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate, PKPushRegistryDelegate>
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate, PKPushRegistryDelegate, UNUserNotificationCenterDelegate>
|
||||
|
||||
@property (nonatomic, strong) UIWindow *window;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user