From 6ff7c459e3d08ebdf6da6973ebe0410b5cab9c0a Mon Sep 17 00:00:00 2001 From: Alberto-Duarte Date: Thu, 11 May 2023 11:40:35 +0100 Subject: first commit --- ios/reactnativeapp/AppDelegate.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ios/reactnativeapp/AppDelegate.h (limited to 'ios/reactnativeapp/AppDelegate.h') 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 +#import + +@interface AppDelegate : RCTAppDelegate + +@end -- cgit v1.2.3-54-g00ecf