diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:21:11 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:21:11 -0600 |
commit | a13f9bf0916f80417ea20cc98ad86fe51f1a60dd (patch) | |
tree | f124df035d35e80ce287c9ee87b034e2e8382b16 /ios/app/AppDelegate.h | |
parent | b449ab842fc64177f8ba1e17199911f02cb99526 (diff) | |
download | voidsky-a13f9bf0916f80417ea20cc98ad86fe51f1a60dd.tar.zst |
Upgrade to react-native 0.71.0
Diffstat (limited to 'ios/app/AppDelegate.h')
-rw-r--r-- | ios/app/AppDelegate.h | 6 |
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 |