Commit ac92a2562817393eb840e48981435fc21de57fbd

Authored by yanglingyu
1 parent 6a62853c

0.6.3

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