Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SearchSuggestCell.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a92ed1b4c7ca4aeff228af2b666e6d87c29e79b (plain)
1
2
3
4
5
6
7
8
9
10
11

#import <UIKit/UIKit.h>
#import "SearchCell.h"

@interface SearchSuggestCell : SearchCell

@property (nonatomic, readonly) UIImageView * iconImageView;

+ (CGFloat)cellHeight;

@end