CNHomeViewController.h
352 Bytes
//
// CNLiveHomeViewController.h
// CNLiveScioLive
//
// Created by CNLive-zxw on 2018/9/17.
// Copyright © 2018年 CNLive. All rights reserved.
//
#import "CNLiveBaseViewController.h"
#import "ZXWSegmentControl.h"
@interface CNHomeViewController : CNLiveBaseViewController
@property (nonatomic, strong) ZXWSegmentControl *segmentControl;
@end