Files
notesnook/apps/mobile/native/ios/Notesnook/AppDelegate.h
ammarahm-ed 2c900739b5 refactor
2022-08-16 16:48:10 +05:00

9 lines
196 B
Objective-C

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end