Commit ac92a2562817393eb840e48981435fc21de57fbd
1 parent
6a62853c
0.6.3
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.2' | 11 | + s.version = '0.6.3' |
| 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
| @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN | @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 69 | @property (nonatomic, copy)NSString *activityEndTime; | 69 | @property (nonatomic, copy)NSString *activityEndTime; |
| 70 | @property (nonatomic, copy)NSString *h5Url; | 70 | @property (nonatomic, copy)NSString *h5Url; |
| 71 | @property (nonatomic, copy)NSString *shareUrl; | 71 | @property (nonatomic, copy)NSString *shareUrl; |
| 72 | -@property (nonatomic, copy)NSString *album; | 72 | +@property (nonatomic, strong)NSDictionary *album; |
| 73 | /// 是否横屏 | 73 | /// 是否横屏 |
| 74 | @property (nonatomic, assign)NSInteger isHorizontalScreen; | 74 | @property (nonatomic, assign)NSInteger isHorizontalScreen; |
| 75 | @property (nonatomic, assign)NSInteger videoShowType; | 75 | @property (nonatomic, assign)NSInteger videoShowType; |