| 12345678910111213 |
- //
- // WalletDetailsController.h
- // model
- //
- // Created by zuxiukuan on 2018/7/17.
- // Copyright © 2018年 Mine. All rights reserved.
- // 钱包明细
- #import "ModelBaseViewController.h"
- @interface WalletDetailsController : ModelBaseViewController
- @property (nonatomic, copy) NSString *detailsIndex; // 1收入 2提现
- @end
|