YOUPAILZLiveBoardCycleViewCell.h 467 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZLiveBoardCycleViewCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/23.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZLiveModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveBoardCycleViewCell : UICollectionViewCell
  12. @property (nonatomic,copy) void (^youpaipclickBlock)(void);
  13. - (void)youpaifreloadWithModel:(LZLiveAnchorRankInfoContentModel *)model type:(NSString *)type;
  14. @end
  15. NS_ASSUME_NONNULL_END