Files: 0b835dd3b9f970b3fdb54c75f7deb520f1552357 / ios / beakerReactNative / main.m
384 bytesRaw
1 | /** |
2 | * Copyright (c) 2015-present, Facebook, Inc. |
3 | * |
4 | * This source code is licensed under the MIT license found in the |
5 | * LICENSE file in the root directory of this source tree. |
6 | */ |
7 | |
8 | #import <UIKit/UIKit.h> |
9 | |
10 | #import "AppDelegate.h" |
11 | |
12 | int main(int argc, char * argv[]) { |
13 | @autoreleasepool { |
14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); |
15 | } |
16 | } |
17 |
Built with git-ssb-web