EquipmentDetailVC.h 360 B

12345678910111213141516171819
  1. //
  2. // EquipmentDetailVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 2017/5/10.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EquipmentDetailVC : UIViewController
  10. @property (nonatomic, copy) NSString *imiAppoint;
  11. @property (nonatomic, copy) NSString *quotaId;
  12. @property (nonatomic, copy) NSDictionary *devDic;
  13. @end