您的位置:首页 > 移动开发 > Objective-C

Property with 'retain (or strong)' attribute must be of object type

2016-12-29 23:47 671 查看
RongIMKit.framework/Headers/RCMessageModel.h:94:30: Unknown type name ‘RCReadReceiptInfo’ (2)RongIMKit.framework/Headers/RCMessageModel.h:94:1: Property with ‘retain (or strong)’ attribute must be of object type

Solution:

add @class RCReadReceiptInfo; at the top of the header file

an article:

assign,retain,strong,weak,unsafe_unretained,copy

http://www.jianshu.com/p/4a1d1921284b
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐