about summary refs log tree commit diff
path: root/ios/app/AppDelegate.h
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
commita13f9bf0916f80417ea20cc98ad86fe51f1a60dd (patch)
treef124df035d35e80ce287c9ee87b034e2e8382b16 /ios/app/AppDelegate.h
parentb449ab842fc64177f8ba1e17199911f02cb99526 (diff)
downloadvoidsky-a13f9bf0916f80417ea20cc98ad86fe51f1a60dd.tar.zst
Upgrade to react-native 0.71.0
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