Files
yinmeng-ios/xplan-ios/Main/Mine/View/XPMineFootPrintViewController.h
2022-07-26 16:08:17 +08:00

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