bsky-app/ios/app/AppDelegate.h

9 lines
196 B
C
Raw Normal View History

2022-06-08 00:50:05 +02:00
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end