IssueBaseSettingVC.h 367 B

12345678910111213141516171819
  1. //
  2. // IssueBaseSettingVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 16/6/14.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface IssueBaseSettingVC : UIViewController
  10. @property (nonatomic, copy) NSString *dateString;
  11. @property (nonatomic, strong) NSArray *dataArray;
  12. @property (nonatomic, strong) NSArray *moneyArray;
  13. @end