fuse_expo/ios/fuse/AppDelegate.h

8 lines
126 B
C
Raw Permalink Normal View History

2024-09-11 11:35:11 -05:00
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper
@end