19 lines
316 B
Objective-C
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
|