Files
streamyfin/ios/Streamyfin/AppDelegate.h
Fredrik Burmester 382e70cf8e chore
2024-08-06 08:18:17 +02:00

8 lines
126 B
Objective-C

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