// // YOUPAILZChatRoomBlindDateProgressChangeAttachment.h // YOUQU // // Created by CY on 2021/12/15. // Copyright © 2021 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZChatRoomBlindDateProgressChangeAttachment : NSObject @property (nonatomic,strong) NSArray *blind_data_change; @end NS_ASSUME_NONNULL_END