From 8ca8f830a09d8ff08ccb654199cb33779117cc37 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 16:40:21 +0530 Subject: Initial commit Generated by react-native@0.74.1 --- ios/OwynLauncherRewrite/main.m | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ios/OwynLauncherRewrite/main.m (limited to 'ios/OwynLauncherRewrite/main.m') diff --git a/ios/OwynLauncherRewrite/main.m b/ios/OwynLauncherRewrite/main.m new file mode 100644 index 0000000..d645c72 --- /dev/null +++ b/ios/OwynLauncherRewrite/main.m @@ -0,0 +1,10 @@ +#import + +#import "AppDelegate.h" + +int main(int argc, char *argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} -- cgit v1.3.1