opendeck-app/ios/opendeck/AppDelegate.h

9 lines
196 B
C
Raw Permalink Normal View History

2021-01-21 22:38:03 +00:00
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end