Commit f45c8cea696d6503d8f39c67323a71ce88bd62cf
1 parent
a27a1f1f
0.5.0
Showing
2 changed files
with
8 additions
and
1 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/SearchView/ViewController/CNWitnessSearchViewController.m
| ... | ... | @@ -249,6 +249,13 @@ static NSString *const CNWitnessSearchHeaderViewID = @"CNWitnessSearchHeaderView |
| 249 | 249 | } |
| 250 | 250 | return _listVC; |
| 251 | 251 | } |
| 252 | +- (NSMutableArray *)histories | |
| 253 | +{ | |
| 254 | + if (!_histories) { | |
| 255 | + _histories = [NSMutableArray array]; | |
| 256 | + } | |
| 257 | + return _histories; | |
| 258 | +} | |
| 252 | 259 | |
| 253 | 260 | #pragma mark - Method |
| 254 | 261 | - (void)listViewShow:(BOOL)show{ | ... | ... |