Commit f3fcfe3281fbb41d98618df638c2d0bcc51cdbd5
1 parent
be1a571a
0.8.0
Showing
2 changed files
with
2 additions
and
1 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.7.9' | 11 | + s.version = '0.8.0' |
| 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/SearchView/Model/CNWitnessSearchModel.h
| @@ -64,6 +64,7 @@ NS_ASSUME_NONNULL_BEGIN | @@ -64,6 +64,7 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 64 | @interface CNWitnessSearchDetailModel : NSObject | 64 | @interface CNWitnessSearchDetailModel : NSObject |
| 65 | @property (nonatomic, copy)NSString *title; | 65 | @property (nonatomic, copy)NSString *title; |
| 66 | @property (nonatomic, copy)NSString *subTitle; | 66 | @property (nonatomic, copy)NSString *subTitle; |
| 67 | +@property (nonatomic, copy)NSString *shortTitle; | ||
| 67 | @property (nonatomic, copy)NSString *poster; | 68 | @property (nonatomic, copy)NSString *poster; |
| 68 | @property (nonatomic, copy)NSString *model; | 69 | @property (nonatomic, copy)NSString *model; |
| 69 | @property (nonatomic, copy)NSString *thirdUrl; | 70 | @property (nonatomic, copy)NSString *thirdUrl; |