12345678910111213141516171819 |
- //
- // IssueBaseSettingVC.h
- // jiaPeiC
- //
- // Created by apple on 16/6/14.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface IssueBaseSettingVC : UIViewController
- @property (nonatomic, copy) NSString *dateString;
- @property (nonatomic, strong) NSArray *dataArray;
- @property (nonatomic, strong) NSArray *moneyArray;
- @end
|