YOUPAILZChatRoomBlindDateProgressChangeAttachment.h 455 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZChatRoomBlindDateProgressChangeAttachment.h
  3. // YOUQU
  4. //
  5. // Created by CY on 2021/12/15.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomBlindDateProgressChangeAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic,strong) NSArray *blind_data_change;
  13. @end
  14. NS_ASSUME_NONNULL_END