// // WFCCRecallMessageContent.h // WFChatClient // // Created by heavyrain on 2017/8/16. // Copyright © 2017年 WildFireChat. All rights reserved. // #import "WFCCNotificationMessageContent.h" /** 文本消息 */ @interface WFCCRecallMessageContent : WFCCNotificationMessageContent /** 被撤回消息的Uid */ @property (nonatomic, assign)long long messageUid; /** 撤回用户Id */ @property (nonatomic, strong)NSString *operatorId; @end