123456789101112131415161718 |
- //
- // 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 *classId;//学院的outid,classid
- @property (nonatomic, copy) NSString *stuOutId;
- @end
|