databag/app/mobile/ios/Databag/AppDelegate.h

11 lines
211 B
C
Raw Normal View History

2022-11-07 18:29:19 +00:00
#import <Firebase.h>
2022-09-06 21:38:53 +00:00
#import <Foundation/Foundation.h>
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
@end