- //
- // ImiEquipmentListVC.h
- // jiaPei
- //
- // Created by apple on 2017/5/9.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ImiEquipmentListVC : UIViewController
- @property (nonatomic, strong) NSDictionary *trainAppointDic;
- @end
|