SubmitInformation_VC.h 508 B

1234567891011121314151617181920212223
  1. //
  2. // SubmitInformation_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2019/1/7.
  6. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "uploadModel.h"
  10. @interface SubmitInformation_VC : UIViewController
  11. @property(nonatomic,strong)UITableView *myTable;
  12. @property(nonatomic,strong)UIImagePickerController *imagePicker;
  13. @property(nonatomic,strong)NSMutableArray *uploadArray;
  14. @property(nonatomic,copy)NSString *processID;
  15. @end