// // MyWalletController.h // model // // Created by zuxiukuan on 2018/7/15. // Copyright © 2018年 Mine. All rights reserved. // 我的钱包 #import "ModelBaseViewController.h" @interface MyWalletController : ModelBaseViewController @property (nonatomic ,strong) NSString *amount; @end