YOUPAILZChatRoomTransferPlayAttachment.h 473 B

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