Files
yinmeng-ios/xplan-ios/Main/Mine/View/Cell/Visitor/XPMineVisitorEmptyTableViewCell.h
2022-03-11 18:01:36 +08:00

20 lines
310 B
Objective-C

//
// XPMineVisitorEmptyTableViewCell.h
// xplan-ios
//
// Created by GreenLand on 2022/2/22.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineVisitorEmptyTableViewCell : UITableViewCell
///空白的文字
@property (nonatomic,copy) NSString *emptyTitle;
@end
NS_ASSUME_NONNULL_END