18 lines
304 B
C
18 lines
304 B
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
|