Files
mobile/ios/StandardNotes/AppDelegate.h
2019-09-30 16:51:08 -05:00

9 lines
196 B
Objective-C

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