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