123456789101112131415161718192021 |
- //
- // MyGradeVC.h
- // jiaPei
- //
- // Created by apple on 15/11/21.
- // Copyright (c) 2015年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MyGradeVC : UIViewController
- @property (nonatomic, copy) NSString *stuName;
- @property (nonatomic, copy) NSString *identifyNum;
- @property (nonatomic, copy) NSString *kmString;
- @end
|