Skip to content

Instantly share code, notes, and snippets.

@arnaudambro
Created December 13, 2020 20:16
Show Gist options
  • Save arnaudambro/165cab54d9594d62c4ed43db8751dfe1 to your computer and use it in GitHub Desktop.
Save arnaudambro/165cab54d9594d62c4ed43db8751dfe1 to your computer and use it in GitHub Desktop.
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
#import <UserNotifications/UNUserNotificationCenter.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate, UNUserNotificationCenterDelegate>
@property (nonatomic, strong) UIWindow *window;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment