mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-12-02 11:06:51 +00:00
10 lines
190 B
C
10 lines
190 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import <React/RCTBridgeDelegate.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
#import <Expo/Expo.h>
|
||
|
|
||
|
@interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
|
||
|
|
||
|
@end
|