Dot syntax,@property,@synthesize


在头文件中使用 @property int age;可以替换setter和getter。
在实现类中使用@synthesize age;可以替换实现setter和getter。



REFERENCES:www.mobiletrain.org
---------------------------------------------------------------------------------------------------------------------------------
copyright:http://www.cnblogs.com/anee/

浙公网安备 33010602011771号