BaseViewController.h 215 Bytes
//
//  BaseViewController.h
//  SCIOLiveEN
//
//  Created by huayu on 16/7/14.
//  Copyright © 2016年 huayu. All rights reserved.
//

#import <UIKit/UIKit.h>
@interface BaseViewController : UIViewController

@end