- //
- // StuExamsListVC.h
- // LN_School
- //
- // Created by EchoShacolee on 2017/6/16.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface StuExamsListVC : UIViewController
- @property(nonatomic,strong)NSMutableDictionary *requestDic;
- @end
|