Files
yinmeng-ios/xplan-ios/Base/UI/SendGiftView/View/Cell/XPGiftItemCollectionViewCell.h
2021-11-19 14:13:08 +08:00

18 lines
316 B
Objective-C

//
// XPGiftItemCollectionViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2021/11/12.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class GiftInfoModel;
@interface XPGiftItemCollectionViewCell : UICollectionViewCell
///
@property (nonatomic,strong) GiftInfoModel *giftInfo;
@end
NS_ASSUME_NONNULL_END