// // WFCCDismissGroupNotificationContent.h // WFChatClient // // Created by heavyrain on 2017/9/20. // Copyright © 2017年 WildFireChat. All rights reserved. // #import "WFCCNotificationMessageContent.h" /** 群解散的通知消息 */ @interface WFCCDismissGroupNotificationContent : WFCCNotificationMessageContent /** 操作者ID */ @property (nonatomic, strong)NSString *operateUser; @end