YOUPAILZLiveBarrageAttachment.h 516 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZLiveBarrageAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/24.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveBarrageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic,strong) NSDictionary *rankInfo;
  13. @property (nonatomic,strong) NSDictionary *gradeInfo;
  14. @property (nonatomic,strong) NSDictionary *userInfo;
  15. @end
  16. NS_ASSUME_NONNULL_END