1234567891011121314151617181920212223 |
- //
- // YOUPAILZLiveInfoUpdateAttachment.h
- // TIANYAN
- //
- // Created by CY on 2021/5/25.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveInfoUpdateAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @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
|