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)dataDivideIntoNormalAndOtherWithFirst:(BOOL)first;
// 点击定制频道按钮进入定制
- (void)customAction:(UIButton *)sender;
@end
NS_ASSUME_NONNULL_END