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