@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
@synthesis 使用的时候注意的地方,布布扣,bubuko.com
时间: 2024-10-11 13:10:32