123456789101112131415161718 |
- //
- // YOUPAILZLiveAnchorHotCell.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZLiveMemberModel.h"
- #import "LZLiveEnum.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveAnchorHotCell : UITableViewCell
- - (void)youpaifreloadWithModel:(YOUPAILZLiveMemberModel *)member indexPath:(NSIndexPath *)indexPath type:(LZLiveAnchorHotListType)type youpaipthemeColor:(UIColor *)youpaipthemeColor;
- @end
- NS_ASSUME_NONNULL_END
|