Files
jellyfin-audio-player/ios/Fintunes/AppDelegate.h
Lei Nelissen 4d025d5411 Base commit
2022-10-01 13:01:40 +02:00

9 lines
196 B
Objective-C

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end