Files
standardnotes-app-web/packages/mobile/ios/StandardNotes/AppDelegate.h
2022-06-09 09:45:15 -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