jellyfin-expo/ios/Jellyfin/AppDelegate.h

10 lines
190 B
C
Raw Permalink Normal View History

2024-11-07 22:19:11 +00:00
#import <Foundation/Foundation.h>
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
@end