Files
yinmeng-ios/xplan-ios/Main/Monents/View/Cell/XPMonentsTableViewCell.h
2022-08-26 21:38:47 +08:00

17 lines
220 B
Objective-C

//
// XPMonentsTableViewCell.h
// xplan-ios
//
// Created by 冯硕 on 2022/5/11.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentsTableViewCell : UITableViewCell
@end
NS_ASSUME_NONNULL_END