17 lines
241 B
Objective-C
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
|