1234567891011121314151617181920 |
- //
- // YOUPAILZGameListCell.h
- // VQU
- //
- // Created by CY on 2021/4/26.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class YOUPAILZGameModel;
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZGameListCell : UITableViewCell
- @property (nonatomic, copy) void (^setterPriceBtnClickBlock)(YOUPAILZGameModel *model);
- - (void)youpaifreloadWithModel:(YOUPAILZGameModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|