mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
7 lines
126 B
Objective-C
7 lines
126 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <Expo/Expo.h>
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper
|
|
|
|
@end
|