Files
yinmeng-ios/xplan-ios/Main/Mine/View/Cell/AnchorFansTeam/XPMineAnchorFansTeamTableViewCell.h
2022-04-08 16:20:48 +08:00

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