ios 入门

 

http://www.imooc.com/video/8115

 

tets01.h

test01.m

===================

#import "test01.h"

@implementation test01


int  main()
{

    NSLog(@"Hello World!");

    return 0;

}

@end

posted @ 2017-08-19 15:53  微笑的''80  阅读(77)  评论(0)    收藏  举报