AppDelegate.h 196 Bytes BlameHistoryPermalink Edit 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