// // YOUPAILZChatRoomEmojiAttachment.h // VQU // // Created by CY on 2021/11/11. // Copyright © 2021 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomEmojiAttachment : NSObject @property (nonatomic,strong)NSString *from_uid; @property (nonatomic,strong)NSString *roomid; @property (nonatomic,strong)NSString *img; @end NS_ASSUME_NONNULL_END