This commit is contained in:
Muhammad
2019-02-28 17:26:45 +02:00
parent 6a133eb2a4
commit ae18b0ef6b
8 changed files with 58 additions and 37 deletions

View File

@@ -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;