yeet
This commit is contained in:
9
node_modules/react-native/template/ios/HelloWorld/main.m
generated
vendored
Normal file
9
node_modules/react-native/template/ios/HelloWorld/main.m
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user