ecency-mobile/ios/Ecency/AppDelegate.h

9 lines
196 B
C
Raw Normal View History

2019-05-29 14:32:35 +03:00
#import <React/RCTBridgeDelegate.h>
2018-12-05 00:18:46 +03:00
#import <UIKit/UIKit.h>
2019-05-29 14:32:35 +03:00
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
2018-12-05 00:18:46 +03:00
@property (nonatomic, strong) UIWindow *window;
@end