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

9 lines
160 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMSearchCell.h"
NS_SWIFT_NAME(SearchSuggestionCell)
@interface MWMSearchSuggestionCell : MWMSearchCell
@property (nonatomic) BOOL isLastCell;
@end