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