20 lines
334 B
Objective-C
20 lines
334 B
Objective-C
//
|
|
// XPAnchorCardSkillCollectionViewCell.h
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/8/2.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "NetImageView.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPAnchorCardSkillCollectionViewCell : UICollectionViewCell
|
|
|
|
@property (nonatomic, strong) NetImageView *imageView;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|