MyGradeVC.h 345 B

123456789101112131415161718192021
  1. //
  2. // MyGradeVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 15/11/21.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MyGradeVC : UIViewController
  10. @property (nonatomic, copy) NSString *stuName;
  11. @property (nonatomic, copy) NSString *identifyNum;
  12. @property (nonatomic, copy) NSString *kmString;
  13. @end