// // YOUPAILZChatRoomBgImgAttachment.h // MSYOUPAI // // Created by CY on 2022/1/8. // Copyright © 2022 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomBgImgAttachment : NSObject @property (nonatomic,strong) NSString *bg; @end NS_ASSUME_NONNULL_END