12345678910111213141516171819 |
- //
- // EquipmentDetailVC.h
- // jiaPei
- //
- // Created by apple on 2017/5/10.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface EquipmentDetailVC : UIViewController
- @property (nonatomic, copy) NSString *imiAppoint;
- @property (nonatomic, copy) NSString *quotaId;
- @property (nonatomic, copy) NSDictionary *devDic;
- @end
|