CNLiveClassifySegmentController.h 455 Bytes
//
//  CNLiveClassifySegmentController.h
//  CNLiveBaseClass
//
//  Created by CNLive on 2021/8/7.
//

#import "CNCategoryBaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveClassifySegmentController : CNCategoryBaseViewController
@property (nonatomic, assign) BOOL isLoad;
// 点击定制频道按钮进入定制
- (void)customAction:(UIButton *)sender;
- (void)dataDivideIntoNormalAndOtherWithFirst:(BOOL)first;
@end

NS_ASSUME_NONNULL_END