Files
yinmeng-ios/xplan-ios/Main/Mine/View/Cell/FootPrint/XPMineFootPrintTableViewCell.h

20 lines
327 B
C
Raw Normal View History

2022-07-26 11:08:01 +08:00
//
// XPMineFootPrintTableViewCell.h
// xplan-ios
//
// Created by GreenLand on 2022/7/26.
//
#import <UIKit/UIKit.h>
#import "XPMineFootPrintModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFootPrintTableViewCell : UITableViewCell
@property (nonatomic, strong) XPMineFootPrintModel *item;
@end
NS_ASSUME_NONNULL_END