// // YOUPAILZChatRoomUpdatePowerAttachment.h // MSYOUPAI // // Created by CY on 2022/1/19. // Copyright © 2022 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomUpdatePowerAttachment : NSObject @property (nonatomic, strong) NSString *uid; // 用户编号 @property (nonatomic, strong) NSString *identity; // 身份 @end NS_ASSUME_NONNULL_END