// // YOUPAILZGameListCell.h // VQU // // Created by CY on 2021/4/26. // Copyright © 2021 leo. All rights reserved. // #import @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