Files
yinmeng-ios/xplan-ios/Main/Monents/View/Cell/XPMonentsEmptyTableViewCell.h

17 lines
230 B
C
Raw Normal View History

2022-05-13 11:32:35 +08:00
//
// XPMonentsEmptyTableViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2022/5/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentsEmptyTableViewCell : UITableViewCell
@end
NS_ASSUME_NONNULL_END