OrbitVC.h 313 B

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