// // TimingBaseVC.h // jiaPei // // Created by EchoShacolee on 2017/3/20. // Copyright © 2017年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> #import "RQBaseViewController.h" @interface TimingBaseVC : RQBaseViewController @end