YOUPAILZGameListCell.h 427 B

1234567891011121314151617181920
  1. //
  2. // YOUPAILZGameListCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/4/26.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class YOUPAILZGameModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZGameListCell : UITableViewCell
  12. @property (nonatomic, copy) void (^setterPriceBtnClickBlock)(YOUPAILZGameModel *model);
  13. - (void)youpaifreloadWithModel:(YOUPAILZGameModel *)model;
  14. @end
  15. NS_ASSUME_NONNULL_END