123456789101112131415161718192021 |
- //
- // WFCCChangeGroupNameNotificationContent.h
- // WFChatClient
- //
- // Created by heavyrain on 2017/9/20.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import "WFCCNotificationMessageContent.h"
- /**
- 修改群头像的通知消息
- */
- @interface WFCCChangeGroupPortraitNotificationContent : WFCCNotificationMessageContent
- /**
- 操作者ID
- */
- @property (nonatomic, strong)NSString *operateUser;
- @end
|