Commit f3fcfe3281fbb41d98618df638c2d0bcc51cdbd5

Authored by yanglingyu
1 parent be1a571a

0.8.0

CNLiveVideoClassifyKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveVideoClassifyKit'
11   - s.version = '0.7.9'
  11 + s.version = '0.8.0'
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
... ... @@ -64,6 +64,7 @@ NS_ASSUME_NONNULL_BEGIN
64 64 @interface CNWitnessSearchDetailModel : NSObject
65 65 @property (nonatomic, copy)NSString *title;
66 66 @property (nonatomic, copy)NSString *subTitle;
  67 +@property (nonatomic, copy)NSString *shortTitle;
67 68 @property (nonatomic, copy)NSString *poster;
68 69 @property (nonatomic, copy)NSString *model;
69 70 @property (nonatomic, copy)NSString *thirdUrl;
... ...