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

#import "CNLiveBaseViewController.h"

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

@end