react-native-video/examples/basic/ios/videoplayer/AppDelegate.h
2023-09-28 08:25:13 +02:00

7 lines
98 B
Objective-C

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