@implementation

@synthesis age;   // 就等于@synthesis age = age 得到同名的instance variable  age 和-setAge,   -age 这两个accessor.

@end

如果

@implementation

// no @synthesis    等于@synthesis age = _age  得到有_的instance variable _age and -setAge, -age two accessor.

@end 

posted on 2014-05-22 11:23  sokeyer  阅读(205)  评论(0编辑  收藏  举报