http://www.imooc.com/video/8115
tets01.h
test01.m
===================
#import "test01.h"@implementation test01int main(){ NSLog(@"Hello World!"); return 0;}@end