8 lines
160 B
Objective-C
8 lines
160 B
Objective-C
#import "MWMSearchCell.h"
|
|
|
|
NS_SWIFT_NAME(SearchSuggestionCell)
|
|
@interface MWMSearchSuggestionCell : MWMSearchCell
|
|
|
|
@property (nonatomic) BOOL isLastCell;
|
|
|
|
@end
|