1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-30 23:44:55 +02:00
Files
joplin/ReactNativeClient/ios/Joplin/AppDelegate.h

10 lines
285 B
C
Raw Normal View History

2019-06-14 07:12:24 +01:00
#import <React/RCTBridgeDelegate.h>
2017-05-06 15:37:28 +01:00
#import <UIKit/UIKit.h>
2020-10-14 23:53:14 +01:00
#import <UserNotifications/UNUserNotificationCenter.h>
2017-05-06 15:37:28 +01:00
2020-10-14 23:53:14 +01:00
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate, UNUserNotificationCenterDelegate>
2017-05-06 15:37:28 +01:00
@property (nonatomic, strong) UIWindow *window;
@end