Files
bsky-social-app/ios/bluesky/AppDelegate.h
T
2023-03-08 13:53:00 -06:00

7 lines
125 B
Objective-C

#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper
@end