Commit ac92a2562817393eb840e48981435fc21de57fbd
1 parent
6a62853c
0.6.3
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
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; | ... | ... |