Files
yinmeng-ios/xplan-ios/Main/Mine/View/MatchManage/View/XPMatchManageViewController.h

17 lines
241 B
Objective-C

//
// XPMatchManageViewController.h
// xplan-ios
//
// Created by GreenLand on 2022/1/19.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMatchManageViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END