subtracks/ios/SubSonify/AppDelegate.h
austinried b38ba9aaed initial commit
(just the typescript template)
2021-06-08 13:38:16 +09: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