// // YOUPAILZLiveInfoUpdateAttachment.h // TIANYAN // // Created by CY on 2021/5/25. // Copyright © 2021 leo. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveInfoUpdateAttachment : NSObject @property (nonatomic, strong) NSString *anchor_charm; //魅力值 @property (nonatomic, strong) NSString *fans; //粉丝数量 @property (nonatomic, strong) NSDictionary *anchor_rank_info; @property (nonatomic, strong) NSDictionary *rank_top_three; @end NS_ASSUME_NONNULL_END