Files
yinmeng-ios/xplan-ios/Main/Mine/View/XPMineFootPrintViewController.h

17 lines
265 B
C
Raw Normal View History

2022-07-26 11:08:01 +08:00
//
// 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