摘要: 一、@property与@synthesize基本规范用法 1.@property 当编译器遇到@property时,会自动展开成getter和setter的声明#import @interface Student : NSObject { int _age; int _no; ... 阅读全文
posted @ 2015-10-05 16:44 ZashioM 阅读(357) 评论(0) 推荐(1) 编辑