Loading

摘要: 简述 在Objective-C的类中,有两种方式可以声明变量 @property: // 在 .h文件 @interface Hello : NSObject @property (nonatomic, strong) UIView *view; @end 或者 // 在 .m文件 @interfa 阅读全文
posted @ 2019-11-21 15:18 逆行 阅读(151) 评论(0) 推荐(0) 编辑