tooot/ios/tooot/AppDelegate.h

8 lines
126 B
C
Raw Normal View History

2023-02-11 19:15:34 +01:00
#import <RCTAppDelegate.h>
2021-01-28 00:41:53 +01:00
#import <UIKit/UIKit.h>
2021-10-24 00:43:00 +02:00
#import <Expo/Expo.h>
2021-01-28 00:41:53 +01:00
2023-03-10 21:19:45 +01:00
@interface AppDelegate : EXAppDelegateWrapper
2021-01-28 00:41:53 +01:00
@end