| 1234567891011121314151617181920212223 |
- //
- // SubmitInformation_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/7.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "uploadModel.h"
- @interface SubmitInformation_VC : UIViewController
- @property(nonatomic,strong)UITableView *myTable;
- @property(nonatomic,strong)UIImagePickerController *imagePicker;
- @property(nonatomic,strong)NSMutableArray *uploadArray;
- @property(nonatomic,copy)NSString *processID;
- @end
|