tooot/ios/tooot/AppDelegate.h

10 lines
155 B
Objective-C

#import <Foundation/Foundation.h>
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : RCTAppDelegate
@end