Files
yinmeng-ios/xplan-ios/Main/Tabbar/View/Cell/XPNewUserRechargeCollectionViewCell.h
2022-08-01 11:09:56 +08:00

21 lines
374 B
Objective-C

//
// XPNewUserRechargeCollectionViewCell.h
// xplan-ios
//
// Created by GreenLand on 2022/7/29.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class FirstRechargeRewardModel;
@interface XPNewUserRechargeCollectionViewCell : UICollectionViewCell
///奖励的模型
@property (nonatomic,strong) FirstRechargeRewardModel *rewardInfo;
@end
NS_ASSUME_NONNULL_END