// // XPAnchorCardSkillCollectionViewCell.h // xplan-ios // // Created by GreenLand on 2022/8/2. // #import #import "NetImageView.h" NS_ASSUME_NONNULL_BEGIN @interface XPAnchorCardSkillCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) NetImageView *imageView; @end NS_ASSUME_NONNULL_END