// // YOUPAILZVipCoinRechargeCell.h // VQU // // Created by CY on 2021/8/26. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAILZVipCoinRechargeModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZVipCoinRechargeCell : UICollectionViewCell - (void)youpaifreloadWithModel:(YOUPAILZVipCoinRechargeModel *)model; @end NS_ASSUME_NONNULL_END