摘要: 对象类型的auto变量 例子一 首先看一个简单的例子定义一个类 YZPerson,里面只有一个dealloc方法 @interface YZPerson : NSObject @property (nonatomic ,assign) int age; @end @implementation YZ 阅读全文
posted @ 2020-03-11 13:40 Julday 阅读(570) 评论(0) 推荐(0)