摘要: 1、属性(property)和实例变量(instance variable)在OC开发中,@property (strong,nonatomic) NSString *string;在swift开发中,class Shape { var name = "shape"}// strong :在Swi... 阅读全文
posted @ 2015-12-09 14:48 J了个M 阅读(283) 评论(0) 推荐(0)