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

7 lines
98 B
C
Raw Normal View History

2023-02-15 19:45:36 +00:00
#import <RCTAppDelegate.h>
2022-09-06 21:38:53 +00:00
#import <UIKit/UIKit.h>
2023-02-15 19:45:36 +00:00
@interface AppDelegate : RCTAppDelegate
2022-09-06 21:38:53 +00:00
@end