about summary refs log tree commit diff
path: root/ios/app/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/app/AppDelegate.h')
-rw-r--r--ios/app/AppDelegate.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ios/app/AppDelegate.h b/ios/app/AppDelegate.h
index ef1de86a2..5d2808256 100644
--- a/ios/app/AppDelegate.h
+++ b/ios/app/AppDelegate.h
@@ -1,8 +1,6 @@
-#import <React/RCTBridgeDelegate.h>
+#import <RCTAppDelegate.h>
 #import <UIKit/UIKit.h>
 
-@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
-
-@property (nonatomic, strong) UIWindow *window;
+@interface AppDelegate : RCTAppDelegate
 
 @end