AppDelegate.h 242 B

123456789
  1. #import <RCTAppDelegate.h>
  2. #import <UIKit/UIKit.h>
  3. #import <UserNotifications/UNUserNotificationCenter.h>
  4. @protocol FIRMessagingDelegate;
  5. @interface AppDelegate : RCTAppDelegate <UNUserNotificationCenterDelegate, FIRMessagingDelegate>
  6. @end