12345678910111213141516171819 |
- //
- // UploadCarCredentials.h
- // LN_School
- //
- // Created by apple on 2017/10/22.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UploadCarCredentials : UIViewController
- @property (nonatomic, assign) BOOL isPermission;
- @property (nonatomic, copy) NSString *carID;
- @property (nonatomic, strong) NSArray *imgPathArray;
- @end
|