17 lines
219 B
C
17 lines
219 B
C
![]() |
//
|
||
|
// XPNewUserRechargeView.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by GreenLand on 2022/7/27.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface XPNewUserRechargeSuccessView : UIView
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|