该文被密码保护。 阅读全文
posted @ 2019-05-24 11:33 OIMMZC 阅读(2) 评论(0) 推荐(0)
摘要: Xcode的#import比#include的好处是解决多重包含的问题,遇到了相互包含头文件的问题 property with 'retain(or strong)' attribute must be of object type” 解决方案就是在出错头文件中实现 @class 文件名;即可解决例 阅读全文
posted @ 2019-05-24 09:54 OIMMZC 阅读(8027) 评论(0) 推荐(1)