12345678910111213141516171819202122 |
- //
- // YOUPAILZChatRoomInfoEditPasswordAttachment.h
- // VQU
- //
- // Created by CY on 2021/11/10.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomInfoEditPasswordAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic,strong)NSString *change_type;
- @property (nonatomic,strong)NSString *from_uid;
- @property (nonatomic,strong)NSString *roomid;
- @property (nonatomic,strong)NSDictionary *changeData;
- @end
- NS_ASSUME_NONNULL_END
|