- //
- // TheoryTrainVC.h
- // jiaPei
- //
- // Created by EchoShacolee on 2018/6/7.
- // Copyright © 2018年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RQWebViewViewController.h"
- @interface TheoryTrainVC : UIViewController
- @property(nonatomic,strong)NSString* file;
- @end
|