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