CNHomeBaseViewController.h 304 Bytes
//
//  CNHomeBaseViewController.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/21.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import "CNLiveBaseViewController.h"

@interface CNHomeBaseViewController : CNLiveBaseViewController
@property (nonatomic, copy) NSString *cid;

@end