17 lines
223 B
Objective-C
17 lines
223 B
Objective-C
//
|
|
// YMMonentsEmptyTableViewCell.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/5/13.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMomentsEmptyTableViewCell : UITableViewCell
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|