YOUPAILZLiveInfoUpdateAttachment.h 616 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAILZLiveInfoUpdateAttachment.h
  3. // TIANYAN
  4. //
  5. // Created by CY on 2021/5/25.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveInfoUpdateAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic, strong) NSString *anchor_charm; //魅力值
  13. @property (nonatomic, strong) NSString *fans; //粉丝数量
  14. @property (nonatomic, strong) NSDictionary *anchor_rank_info;
  15. @property (nonatomic, strong) NSDictionary *rank_top_three;
  16. @end
  17. NS_ASSUME_NONNULL_END