aboutsummaryrefslogtreecommitdiff
path: root/ios/OwynLauncherRewrite/main.m
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-05-12 16:40:21 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:35 +0530
commit8ca8f830a09d8ff08ccb654199cb33779117cc37 (patch)
tree328fcca1e9c04338e373aa9626d0ae4eaa11cbad /ios/OwynLauncherRewrite/main.m
downloaddaft-launcher-8ca8f830a09d8ff08ccb654199cb33779117cc37.tar.gz
daft-launcher-8ca8f830a09d8ff08ccb654199cb33779117cc37.zip
Initial commit
Generated by react-native@0.74.1
Diffstat (limited to '')
-rw-r--r--ios/OwynLauncherRewrite/main.m10
1 files changed, 10 insertions, 0 deletions
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 <UIKit/UIKit.h>
+
+#import "AppDelegate.h"
+
+int main(int argc, char *argv[])
+{
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+ }
+}