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

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

#import "SearchCell.h"

@interface SearchCategoryCell : SearchCell

@property (nonatomic, readonly) UIImageView * iconImageView;

+ (CGFloat)cellHeight;

@end