tooot/ios/tooot/AppDelegate.h

10 lines
155 B
C
Raw Normal View History

2021-01-28 00:41:53 +01:00
#import <Foundation/Foundation.h>
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-02-11 19:15:34 +01:00
@interface AppDelegate : RCTAppDelegate
2021-01-28 00:41:53 +01:00
@end