Files
yinmeng-ios/xplan-ios/Main/Tabbar/View/NewUserRecharge/XPNewUserRechargeViewController.h
2022-08-01 16:46:31 +08:00

19 lines
316 B
Objective-C

//
// XPNewUserRechargeViewController.h
// xplan-ios
//
// Created by GreenLand on 2022/7/27.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPNewUserRechargeViewController : MvpViewController
- (instancetype)initWithNavigation:(UINavigationController *)nav;
@end
NS_ASSUME_NONNULL_END