YOUPAILZLiveAnchorHotCell.h 517 B

123456789101112131415161718
  1. //
  2. // YOUPAILZLiveAnchorHotCell.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/7/23.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZLiveMemberModel.h"
  10. #import "LZLiveEnum.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAILZLiveAnchorHotCell : UITableViewCell
  13. - (void)youpaifreloadWithModel:(YOUPAILZLiveMemberModel *)member indexPath:(NSIndexPath *)indexPath type:(LZLiveAnchorHotListType)type youpaipthemeColor:(UIColor *)youpaipthemeColor;
  14. @end
  15. NS_ASSUME_NONNULL_END