AppDelegate.h 285 B

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