// // OrbitVC.h // jiaPeiC // // Created by apple on 16/9/12. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface OrbitVC : UIViewController @property (nonatomic, copy) NSString *classId;//学院的outid,classid @property (nonatomic, copy) NSString *stuOutId; @end