AppDelegate.h 196 Bytes
Newer Older
Antonio Pugliese's avatar
Antonio Pugliese committed
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