标签:
语法概览
@interface,@implementation,@end@public、@protected、@private,@selector @try、@catch、@throw、@finally @protocol,@class // OC 2.0中引入的新关键字有@property,@synthesize @optional,@required,@dynamic
2>甚至字符串都是以@ 开头的,比如@"HELLO"是OC红的字符串,而"hello"是C语言中的字符串。
3.语法要点
标签:
原文地址:http://www.cnblogs.com/angelowang/p/4988801.html