17 lines
356 B
Objective-C
17 lines
356 B
Objective-C
//
|
|
// XPMineDataSkillDataCollectionViewCell.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/4/14.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
@class MineSkillCardListInfoModel;
|
|
@interface XPMineDataSkillDataCollectionViewCell : UICollectionViewCell
|
|
@property (nonatomic,strong) MineSkillCardListInfoModel *skillInfo;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|