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

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

#import "SearchCell.h"

@interface SearchShowOnMapCell : SearchCell

+ (CGFloat)cellHeight;

@end