19 lines
255 B
Objective-C
19 lines
255 B
Objective-C
//
|
|
// YMMineNewUserRechargeView.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/7/28.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineNewUserRechargeView : UIView
|
|
|
|
@property (nonatomic, assign) long endTime;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|