Skip to content

Instantly share code, notes, and snippets.

@ademcan
Last active March 11, 2020 12:58
Show Gist options
  • Save ademcan/fa004e12658de37b698e697c2af18a5e to your computer and use it in GitHub Desktop.
Save ademcan/fa004e12658de37b698e697c2af18a5e to your computer and use it in GitHub Desktop.
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@property (nonatomic, strong) UIViewController *rootViewController;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment