Files
jellyfin-audio-player/ios/Fintunes/AppDelegate.h

6 lines
97 B
C
Raw Normal View History

2023-04-30 23:36:32 +02:00
#import <RCTAppDelegate.h>
2020-06-16 17:51:51 +02:00
#import <UIKit/UIKit.h>
2023-04-30 23:36:32 +02:00
@interface AppDelegate : RCTAppDelegate
2020-06-16 17:51:51 +02:00
2023-04-30 23:36:32 +02:00
@end