1
0
mirror of https://github.com/DocNR/POWR.git synced 2025-06-20 14:35:09 +00:00
POWR/ios/powr/AppDelegate.h

8 lines
126 B
C
Raw Normal View History

2025-02-16 22:47:47 -05:00
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper
@end