Commit db62e424517aa06b2c546521d5a7544d09b922b9

Authored by yanglingyu
1 parent 38f9bbe0

0.6.5

CNLiveVideoClassifyKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveVideoClassifyKit'
11   - s.version = '0.6.4'
  11 + s.version = '0.6.5'
12 12 s.summary = '视讯头部一二级菜单组件'
13 13  
14 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 60 @property (nonatomic, copy)NSString *videoUrl;
61 61 @property (nonatomic, copy)NSString *duration;
62 62 @property (nonatomic, copy)NSString *number;
63   -@property (nonatomic, copy)NSString *goods;
  63 +@property (nonatomic, strong)NSDictionary *goods;
64 64 @property (nonatomic, strong)CNPersonMessageModel *icon;
65 65 @property (nonatomic, assign)NSInteger time;
66 66 @property (nonatomic, copy)NSString *tagId;
... ...