OrbitVC.h 303 B

12345678910111213141516171819
  1. //
  2. // OrbitVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 16/9/12.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface OrbitVC : UIViewController
  10. @property (nonatomic, copy) NSString *orderId;
  11. @property (nonatomic, copy) NSString *type;//1订单 2 学时
  12. @end