AppDelegate.h 187 B

1234567
  1. #import <RCTAppDelegate.h>
  2. #import <UIKit/UIKit.h>
  3. #import <UserNotifications/UNUserNotificationCenter.h>
  4. @interface AppDelegate : RCTAppDelegate <UNUserNotificationCenterDelegate>
  5. @end