Tones/ios/testapplication/AppDelegate.h
2024-07-31 21:57:25 -04:00

7 lines
126 B
Objective-C

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