bsky-app/ios/app/AppDelegate.h
2022-06-07 17:50:05 -05:00

8 lines
196 B
Objective-C

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