diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-05-12 16:40:21 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-29 16:16:35 +0530 |
| commit | 8ca8f830a09d8ff08ccb654199cb33779117cc37 (patch) | |
| tree | 328fcca1e9c04338e373aa9626d0ae4eaa11cbad /ios/OwynLauncherRewrite/AppDelegate.h | |
| download | daft-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/AppDelegate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/OwynLauncherRewrite/AppDelegate.h b/ios/OwynLauncherRewrite/AppDelegate.h new file mode 100644 index 0000000..5d28082 --- /dev/null +++ b/ios/OwynLauncherRewrite/AppDelegate.h @@ -0,0 +1,6 @@ +#import <RCTAppDelegate.h> +#import <UIKit/UIKit.h> + +@interface AppDelegate : RCTAppDelegate + +@end |
