20 lines
346 B
Objective-C
20 lines
346 B
Objective-C
//
|
|
// XPMineAnchorFansTeamTableViewCell.h
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/4/8.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "XPMineAnchorFansTeamModel.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineAnchorFansTeamTableViewCell : UITableViewCell
|
|
|
|
@property (nonatomic, strong) XPMineAnchorFansTeamModel *item;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|