react-native-ios-context-menu/example/ios/reactnativeioscontextmenuexample/AppDelegate.h
2023-10-10 02:05:25 +08:00

8 lines
126 B
Objective-C

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