YOUPAILZLiveVipBarrageAttachment.h 649 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAILZLiveVipBarrageAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/30.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveVipBarrageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic,strong) NSString *b_box;
  13. @property (nonatomic,strong) NSString *avatar_frame;
  14. @property (nonatomic,strong) NSString *avatar;
  15. @property (nonatomic,strong) NSString *noble_name;
  16. @property (nonatomic,strong) NSString *name;
  17. //@property (nonatomic,strong) NSString *des;
  18. @end
  19. NS_ASSUME_NONNULL_END