Files
yinmeng-ios/xplan-ios/Main/Mine/View/Cell/XPMineHeadItemCollectionViewCell.h
2022-07-25 18:56:36 +08:00

20 lines
368 B
Objective-C

//
// XPMineMatchCollectionViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/16.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class XPMineFuntionItemModel, LittleGameInfoModel;
@interface XPMineHeadItemCollectionViewCell : UICollectionViewCell
///功能
@property (nonatomic,strong) XPMineFuntionItemModel *itemModel;
@end
NS_ASSUME_NONNULL_END