CNLiveWebViewController.h 350 Bytes
//
//  CNLiveWebViewController.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/20.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import "CNLiveBaseViewController.h"

@interface CNLiveWebViewController : CNLiveBaseViewController
@property (nonatomic, copy) NSString *url;
@property (nonatomic, copy) NSString *navTitle;

@end