mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
7 lines
98 B
Objective-C
7 lines
98 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : RCTAppDelegate
|
|
|
|
@end
|