databag/app/mobile/ios/Databag/AppDelegate.h
2023-02-15 11:45:36 -08:00

7 lines
98 B
Objective-C

#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : RCTAppDelegate
@end