AppDelegate.h 367 B

12345678910
  1. #import <React/RCTBridgeDelegate.h>
  2. #import <UIKit/UIKit.h>
  3. #import <UserNotifications/UNUserNotificationCenter.h>
  4. //@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
  5. @interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate, UNUserNotificationCenterDelegate>
  6. @property (nonatomic, strong) UIWindow *window;
  7. @end