Commit db62e424517aa06b2c546521d5a7544d09b922b9
1 parent
38f9bbe0
0.6.5
Showing
2 changed files
with
2 additions
and
2 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.6.4' | 11 | + s.version = '0.6.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/SearchView/Model/CNWitnessSearchModel.h
| @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN | @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 60 | @property (nonatomic, copy)NSString *videoUrl; | 60 | @property (nonatomic, copy)NSString *videoUrl; |
| 61 | @property (nonatomic, copy)NSString *duration; | 61 | @property (nonatomic, copy)NSString *duration; |
| 62 | @property (nonatomic, copy)NSString *number; | 62 | @property (nonatomic, copy)NSString *number; |
| 63 | -@property (nonatomic, copy)NSString *goods; | 63 | +@property (nonatomic, strong)NSDictionary *goods; |
| 64 | @property (nonatomic, strong)CNPersonMessageModel *icon; | 64 | @property (nonatomic, strong)CNPersonMessageModel *icon; |
| 65 | @property (nonatomic, assign)NSInteger time; | 65 | @property (nonatomic, assign)NSInteger time; |
| 66 | @property (nonatomic, copy)NSString *tagId; | 66 | @property (nonatomic, copy)NSString *tagId; |