react-native-video/examples/FabricExample/ios/FabricExample/AppDelegate.h
2023-07-19 16:36:52 +09:00

9 lines
196 B
Objective-C

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end