11 lines
232 B
C
11 lines
232 B
C
|
|
#import "MWMSearchCell.h"
|
||
|
|
|
||
|
|
@class SearchResult;
|
||
|
|
|
||
|
|
NS_SWIFT_NAME(SearchCommonCell)
|
||
|
|
@interface MWMSearchCommonCell : MWMSearchCell
|
||
|
|
|
||
|
|
- (void)configureWith:(SearchResult * _Nonnull)result isPartialMatching:(BOOL)isPartialMatching;
|
||
|
|
|
||
|
|
@end
|