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

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

@class MWMPlacePageViewManager;

@interface MWMPlacePageButtonCell : MWMTableViewCell

- (void)config:(MWMPlacePageViewManager *)manager forType:(MWMPlacePageCellType)type;

@end