aboutsummaryrefslogtreecommitdiff
path: root/ios/Frontend/AppDelegate.h
blob: ef1de86a2a80acb9c8c18d0879a7f70d9a191f0f (plain)
1
2
3
4
5
6
7
8
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>

@property (nonatomic, strong) UIWindow *window;

@end