12345678910111213141516171819202122232425 |
- //
- // JLApplyForWithdrawalViewController.h
- // shiku_im
- //
- // Created by JayLuo on 2020/1/13.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JLApplyForWithdrawalViewController : admobViewController {
- UITextField* _platformName;
- UITextField* _account;
- UITextField* _amount;
- UITextField* _reason;
- UITextField* _remark;
- UITextField* _verifyCode;
- // UIImageView* _imgCodeImg;
- }
- @end
- NS_ASSUME_NONNULL_END
|