Files
yinmeng-ios/xplan-ios/Main/Mine/View/Cell/Friend/XPMineFriendEmptyTableViewCell.h
2022-02-17 14:25:12 +08:00

18 lines
304 B
Objective-C

//
// XPMineFriendEmptyTableViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2021/12/21.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFriendEmptyTableViewCell : UITableViewCell
///空白的文字
@property (nonatomic,copy) NSString *emptyTitle;
@end
NS_ASSUME_NONNULL_END