mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
10 lines
285 B
Objective-C
10 lines
285 B
Objective-C
#import <React/RCTBridgeDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <UserNotifications/UNUserNotificationCenter.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate, UNUserNotificationCenterDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
@end
|