// // MyGradeVC.h // jiaPei // // Created by apple on 15/11/21. // Copyright (c) 2015年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> #import "Grade.h" @interface MyGradeVC : UIViewController @end