Files
streamyfin_mirror/ios/Streamyfin/AppDelegate.h
Fredrik Burmester 98880e05ec first commit
2024-07-31 23:19:47 +02:00

8 lines
126 B
Objective-C

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