Commit e8472ee7154fdc7977cd86ec7337edb5fb251416

Authored by yanglingyu
1 parent f34c4858

no message

CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.h
@@ -13,6 +13,7 @@ NS_ASSUME_NONNULL_BEGIN @@ -13,6 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
13 @property (nonatomic, assign) BOOL isLoad; 13 @property (nonatomic, assign) BOOL isLoad;
14 // 点击定制频道按钮进入定制 14 // 点击定制频道按钮进入定制
15 - (void)customAction:(UIButton *)sender; 15 - (void)customAction:(UIButton *)sender;
  16 +- (void)dataDivideIntoNormalAndOtherWithFirst:(BOOL)first;
16 @end 17 @end
17 18
18 NS_ASSUME_NONNULL_END 19 NS_ASSUME_NONNULL_END