mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 02:56:11 +03:00
8 lines
126 B
Objective-C
8 lines
126 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <Expo/Expo.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper
|
|
|
|
@end
|