// // JLApplyForWithdrawalViewController.h // shiku_im // // Created by JayLuo on 2020/1/13. // Copyright © 2020 Reese. All rights reserved. // #import 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