YOUPAILZChatRoomInfoEditPasswordAttachment.h 581 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZChatRoomInfoEditPasswordAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/11/10.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomInfoEditPasswordAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic,strong)NSString *change_type;
  13. @property (nonatomic,strong)NSString *from_uid;
  14. @property (nonatomic,strong)NSString *roomid;
  15. @property (nonatomic,strong)NSDictionary *changeData;
  16. @end
  17. NS_ASSUME_NONNULL_END