Dot syntax,@property,@synthesize

 

 

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

在实现类中使用@synthesize age;可以替换实现setter和getter。

 

 

 

 

REFERENCES:www.mobiletrain.org

posted @ 2012-11-18 16:32  Atlas's blog  阅读(187)  评论(0编辑  收藏  举报