MyWalletController.h 298 B

123456789101112131415
  1. //
  2. // MyWalletController.h
  3. // model
  4. //
  5. // Created by zuxiukuan on 2018/7/15.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. // 我的钱包
  8. #import "ModelBaseViewController.h"
  9. @interface MyWalletController : ModelBaseViewController
  10. @property (nonatomic ,strong) NSString *amount;
  11. @end