WFCCChangeGroupPortraitNotificationContent.h 422 B

123456789101112131415161718192021
  1. //
  2. // WFCCChangeGroupNameNotificationContent.h
  3. // WFChatClient
  4. //
  5. // Created by heavyrain on 2017/9/20.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCCNotificationMessageContent.h"
  9. /**
  10. 修改群头像的通知消息
  11. */
  12. @interface WFCCChangeGroupPortraitNotificationContent : WFCCNotificationMessageContent
  13. /**
  14. 操作者ID
  15. */
  16. @property (nonatomic, strong)NSString *operateUser;
  17. @end