Files
yinmeng-ios/xplan-ios/Main/Tabbar/View/Cell/XPAnchorCardSkillCollectionViewCell.h
chenguilong 11ff4a7986 主播卡片
2022-08-02 14:04:26 +08:00

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