Files
peko-ios/YuMi/Modules/YMMine/View/Cell/XPMineBlackListTableViewCell.h
2023-07-14 18:50:55 +08:00

17 lines
299 B
Objective-C

//
// YMMineBlackListTableViewCell.h
// YUMI
//
// Created by YUMI on 2022/4/25.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class UserInfoModel;
@interface XPMineBlackListTableViewCell : UITableViewCell
@property (nonatomic,strong) UserInfoModel *userInfo;
@end
NS_ASSUME_NONNULL_END