22 lines
376 B
C
22 lines
376 B
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
|