Commit f3fcfe3281fbb41d98618df638c2d0bcc51cdbd5
1 parent
be1a571a
0.8.0
Showing
2 changed files
with
2 additions
and
1 deletions
CNLiveVideoClassifyKit.podspec
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; | ... | ... |