Commit da2663f3178255fd2eb39597e2a61d1fa4c0c124
1 parent
c56ed89f
no message
Showing
8 changed files
with
6 additions
and
7 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.h
| ... | ... | @@ -12,6 +12,8 @@ NS_ASSUME_NONNULL_BEGIN |
| 12 | 12 | @interface CNLiveClassifySegmentController : CNCategoryBaseViewController |
| 13 | 13 | @property (nonatomic, assign) BOOL isLoad; |
| 14 | 14 | - (void)dataDivideIntoNormalAndOtherWithFirst:(BOOL)first; |
| 15 | +// 点击定制频道按钮进入定制 | |
| 16 | +- (void)customAction:(UIButton *)sender; | |
| 15 | 17 | @end |
| 16 | 18 | |
| 17 | 19 | NS_ASSUME_NONNULL_END | ... | ... |
CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.m
| ... | ... | @@ -8,7 +8,6 @@ |
| 8 | 8 | #import "CNLiveClassifySegmentController.h" |
| 9 | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 | #import "CNCustomChannelListView.h" |
| 11 | -#import "CNCategoryGetChannelModel.h" | |
| 12 | 11 | #import "CNLiveListManager.h" |
| 13 | 12 | #import "CNLiveSubSegmentController.h" |
| 14 | 13 | #import "CNWebRedirectHandle.h" | ... | ... |
CNLiveVideoClassifyKit/Classes/Controller/CNLiveSubSegmentController.m
CNLiveVideoClassifyKit/Classes/Header/CNLivevideoClassifyPCH.h
| ... | ... | @@ -25,7 +25,10 @@ |
| 25 | 25 | #import <QMUIKit/QMUIKit.h> |
| 26 | 26 | #import "UIImage+AdBundleImage.h" |
| 27 | 27 | #import "CNLiveClassifySegmentController.h" |
| 28 | +#import "CNLiveSubSegmentController.h" | |
| 28 | 29 | #import "CNLiveClassifyJumpBridge.h" |
| 30 | +#import "CNWebRedirectHandle.h" | |
| 31 | +#import "CNCategoryGetChannelModel.h" | |
| 29 | 32 | |
| 30 | 33 | |
| 31 | 34 | #endif /* CNLivevideoClassifyPCH_h */ | ... | ... |
CNLiveVideoClassifyKit/Classes/Manager/CNLiveListManager.h
CNLiveVideoClassifyKit/Classes/Manager/CNLiveListManager.m
CNLiveVideoClassifyKit/Classes/view/CNCustomChannelListView.m