mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
11 lines
232 B
Objective-C
11 lines
232 B
Objective-C
#import "MWMSearchCell.h"
|
|
|
|
@class SearchResult;
|
|
|
|
NS_SWIFT_NAME(SearchCommonCell)
|
|
@interface MWMSearchCommonCell : MWMSearchCell
|
|
|
|
- (void)configureWith:(SearchResult * _Nonnull)result isPartialMatching:(BOOL)isPartialMatching;
|
|
|
|
@end
|