diff options
Diffstat (limited to 'ios/reactnativeapp/AppDelegate.h')
| -rw-r--r-- | ios/reactnativeapp/AppDelegate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/reactnativeapp/AppDelegate.h b/ios/reactnativeapp/AppDelegate.h new file mode 100644 index 0000000..5d28082 --- /dev/null +++ b/ios/reactnativeapp/AppDelegate.h @@ -0,0 +1,6 @@ +#import <RCTAppDelegate.h> +#import <UIKit/UIKit.h> + +@interface AppDelegate : RCTAppDelegate + +@end |