This commit is contained in:
2024-09-11 11:35:11 -05:00
parent d9ebbc12f1
commit b8d98b35b0
27 changed files with 1010 additions and 4 deletions

7
ios/fuse/AppDelegate.h Normal file
View File

@@ -0,0 +1,7 @@
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper
@end