Commit da2663f3178255fd2eb39597e2a61d1fa4c0c124
1 parent
c56ed89f
no message
Showing
8 changed files
with
6 additions
and
7 deletions
CNLiveVideoClassifyKit.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveVideoClassifyKit' | 10 | s.name = 'CNLiveVideoClassifyKit' |
| 11 | - s.version = '0.0.4' | 11 | + s.version = '0.0.5' |
| 12 | s.summary = '视讯头部一二级菜单组件' | 12 | s.summary = '视讯头部一二级菜单组件' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.h
| @@ -12,6 +12,8 @@ NS_ASSUME_NONNULL_BEGIN | @@ -12,6 +12,8 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 12 | @interface CNLiveClassifySegmentController : CNCategoryBaseViewController | 12 | @interface CNLiveClassifySegmentController : CNCategoryBaseViewController |
| 13 | @property (nonatomic, assign) BOOL isLoad; | 13 | @property (nonatomic, assign) BOOL isLoad; |
| 14 | - (void)dataDivideIntoNormalAndOtherWithFirst:(BOOL)first; | 14 | - (void)dataDivideIntoNormalAndOtherWithFirst:(BOOL)first; |
| 15 | +// 点击定制频道按钮进入定制 | ||
| 16 | +- (void)customAction:(UIButton *)sender; | ||
| 15 | @end | 17 | @end |
| 16 | 18 | ||
| 17 | NS_ASSUME_NONNULL_END | 19 | NS_ASSUME_NONNULL_END |
CNLiveVideoClassifyKit/Classes/Controller/CNLiveClassifySegmentController.m
| @@ -8,7 +8,6 @@ | @@ -8,7 +8,6 @@ | ||
| 8 | #import "CNLiveClassifySegmentController.h" | 8 | #import "CNLiveClassifySegmentController.h" |
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | #import "CNCustomChannelListView.h" | 10 | #import "CNCustomChannelListView.h" |
| 11 | -#import "CNCategoryGetChannelModel.h" | ||
| 12 | #import "CNLiveListManager.h" | 11 | #import "CNLiveListManager.h" |
| 13 | #import "CNLiveSubSegmentController.h" | 12 | #import "CNLiveSubSegmentController.h" |
| 14 | #import "CNWebRedirectHandle.h" | 13 | #import "CNWebRedirectHandle.h" |
CNLiveVideoClassifyKit/Classes/Controller/CNLiveSubSegmentController.m
| @@ -6,7 +6,6 @@ | @@ -6,7 +6,6 @@ | ||
| 6 | // | 6 | // |
| 7 | 7 | ||
| 8 | #import "CNLiveSubSegmentController.h" | 8 | #import "CNLiveSubSegmentController.h" |
| 9 | -#import "CNCategoryGetChannelModel.h" | ||
| 10 | #import "CNAudioPlayProgressView.h" | 9 | #import "CNAudioPlayProgressView.h" |
| 11 | #import "CNLiveListManager.h" | 10 | #import "CNLiveListManager.h" |
| 12 | 11 |
CNLiveVideoClassifyKit/Classes/Header/CNLivevideoClassifyPCH.h
| @@ -25,7 +25,10 @@ | @@ -25,7 +25,10 @@ | ||
| 25 | #import <QMUIKit/QMUIKit.h> | 25 | #import <QMUIKit/QMUIKit.h> |
| 26 | #import "UIImage+AdBundleImage.h" | 26 | #import "UIImage+AdBundleImage.h" |
| 27 | #import "CNLiveClassifySegmentController.h" | 27 | #import "CNLiveClassifySegmentController.h" |
| 28 | +#import "CNLiveSubSegmentController.h" | ||
| 28 | #import "CNLiveClassifyJumpBridge.h" | 29 | #import "CNLiveClassifyJumpBridge.h" |
| 30 | +#import "CNWebRedirectHandle.h" | ||
| 31 | +#import "CNCategoryGetChannelModel.h" | ||
| 29 | 32 | ||
| 30 | 33 | ||
| 31 | #endif /* CNLivevideoClassifyPCH_h */ | 34 | #endif /* CNLivevideoClassifyPCH_h */ |
CNLiveVideoClassifyKit/Classes/Manager/CNLiveListManager.h
CNLiveVideoClassifyKit/Classes/Manager/CNLiveListManager.m
| @@ -6,7 +6,6 @@ | @@ -6,7 +6,6 @@ | ||
| 6 | // | 6 | // |
| 7 | 7 | ||
| 8 | #import "CNLiveListManager.h" | 8 | #import "CNLiveListManager.h" |
| 9 | -#import "CNCategoryGetChannelModel.h" | ||
| 10 | #import "CNLiveClassifySegmentController.h" | 9 | #import "CNLiveClassifySegmentController.h" |
| 11 | 10 | ||
| 12 | @interface CNLiveListManager() | 11 | @interface CNLiveListManager() |
CNLiveVideoClassifyKit/Classes/view/CNCustomChannelListView.m
| @@ -8,7 +8,6 @@ | @@ -8,7 +8,6 @@ | ||
| 8 | 8 | ||
| 9 | #import "CNCustomChannelListView.h" | 9 | #import "CNCustomChannelListView.h" |
| 10 | #import "CNCustomChannelListCell.h" | 10 | #import "CNCustomChannelListCell.h" |
| 11 | -#import "CNCategoryGetChannelModel.h" | ||
| 12 | #import "CNCustomChannelListReusableView.h" | 11 | #import "CNCustomChannelListReusableView.h" |
| 13 | #import "NSString+CNLiveExtension.h" | 12 | #import "NSString+CNLiveExtension.h" |
| 14 | 13 |