17 lines
265 B
Objective-C
17 lines
265 B
Objective-C
//
|
|
// XPMineFootPrintViewController.h
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/7/26.
|
|
// 足迹/进房记录
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineFootPrintViewController : MvpViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|