- //
- // DRWithdrawViewController.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/5/23.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "DRBaseViewController.h"
- @interface DRWithdrawViewController : DRBaseViewController
- @property(nonatomic,copy)NSString *moneyStr;
- @end
|