tooot/ios/tooot/AppDelegate.h

10 lines
213 B
C
Raw Normal View History

2021-01-28 00:41:53 +01:00
#import <Foundation/Foundation.h>
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
2021-10-24 00:43:00 +02:00
#import <Expo/Expo.h>
2021-01-28 00:41:53 +01:00
2022-05-09 22:56:10 +02:00
@interface AppDelegate : EXAppDelegateWrapper <UIApplicationDelegate, RCTBridgeDelegate>
2021-01-28 00:41:53 +01:00
@end