Files
peko-ios/YuMi/Modules/YMMine/View/Recharge/XPIAPRechargeCollectionViewCell.h
2023-07-14 18:50:55 +08:00

22 lines
376 B
Objective-C

//
// YMIAPRechargeCollectionViewCell.h
// YUMI
//
// Created by XY on 2023/2/21.
//
#import <UIKit/UIKit.h>
@class RechargeListModel;
NS_ASSUME_NONNULL_BEGIN
@interface XPIAPRechargeCollectionViewCell : UICollectionViewCell
@property (nonatomic, strong) RechargeListModel *rechargeModel;
@property (nonatomic, assign) BOOL selectedStyle;
@end
NS_ASSUME_NONNULL_END