Pokedex-P-lao/ios/pokedex_p_lao/AppDelegate.h
2021-10-18 14:58:17 -06:00

9 lines
196 B
Objective-C

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end