1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/ReactNativeClient/ios/Joplin/AppDelegate.h

9 lines
196 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>
2019-06-14 07:12:24 +01:00
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
2017-05-06 15:37:28 +01:00
@property (nonatomic, strong) UIWindow *window;
@end