Files
peko-ios/YuMi/Modules/YMMine/View/XPGameOrdersListViewController.h
2024-07-11 10:06:33 +08:00

17 lines
233 B
Objective-C

//
// XPGameOrdersListViewController.h
// YuMi
//
// Created by P on 2024/7/9.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPGameOrdersListViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END