mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
8 lines
126 B
Objective-C
8 lines
126 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <Expo/Expo.h>
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper
|
|
|
|
@end
|