UploadCarCredentials.h 373 B

12345678910111213141516171819
  1. //
  2. // UploadCarCredentials.h
  3. // LN_School
  4. //
  5. // Created by apple on 2017/10/22.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UploadCarCredentials : UIViewController
  10. @property (nonatomic, assign) BOOL isPermission;
  11. @property (nonatomic, copy) NSString *carID;
  12. @property (nonatomic, strong) NSArray *imgPathArray;
  13. @end