iOS synthesize
摘要:
1. 什么是synthesize synthesize中文意思是合成,代码中我们经常这样用。 @interface Test: NSObject@property (nonatomic, unsafe_unretained) int i;@end @implementation Test@synth 阅读全文
posted @ 2019-02-23 12:24 韵笔残剑 阅读(260) 评论(0) 推荐(1)