co-maps/iphone/Maps/UI/Search/TableView/MWMSearchCommonCell.h

11 lines
232 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMSearchCell.h"
@class SearchResult;
NS_SWIFT_NAME(SearchCommonCell)
@interface MWMSearchCommonCell : MWMSearchCell
- (void)configureWith:(SearchResult * _Nonnull)result isPartialMatching:(BOOL)isPartialMatching;
@end