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

20 lines
367 B
Objective-C

//
// YMMineVisitorEmptyTableViewCell.h
// YUMI
//
// Created by YUMI on 2022/2/22.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineVisitorEmptyTableViewCell : UITableViewCell
///空白的文字
@property (nonatomic,copy) NSString *emptyTitle;
@property (nonatomic,strong, readonly) UIImageView *emptyImageView;
@end
NS_ASSUME_NONNULL_END