mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-23 01:01:27 +00:00
8 lines
126 B
C
8 lines
126 B
C
![]() |
#import <RCTAppDelegate.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <Expo/Expo.h>
|
||
|
|
||
|
@interface AppDelegate : EXAppDelegateWrapper
|
||
|
|
||
|
@end
|