// // XPGiftItemCollectionViewCell.h // xplan-ios // // Created by 冯硕 on 2021/11/12. // #import NS_ASSUME_NONNULL_BEGIN @class GiftInfoModel; @interface XPGiftItemCollectionViewCell : UICollectionViewCell /// @property (nonatomic,strong) GiftInfoModel *giftInfo; ///当前用户贵族等级 @property (nonatomic, assign) NSInteger curUserNobleLevel; @end NS_ASSUME_NONNULL_END