重庆迈尖科技有限公司
2018-08-20 b8c74010cb15ca3145f06dba2d9ed4fcb1d0a8bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  main.m
//  MIduo
//
//  Created by apple on 17/2/20.
//  Copyright © 2017年 yeshi. All rights reserved.
//
 
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
 
int main(int argc, char * argv[]) {
    @autoreleasepool {
        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
    }
}