省钱达人

DRGetMoneyViewController.h 293B

1234567891011121314
  1. //
  2. // DRGetMoneyViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/6/5.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "DRBaseViewController.h"
  9. @interface DRGetMoneyViewController : DRBaseViewController
  10. @property (nonatomic,copy)NSString *moneyStr;
  11. @end