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

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

@interface MWMiPadPlacePage : MWMPlacePage

@property (nonatomic) CGFloat height;

- (void)updatePlacePageLayoutAnimated:(BOOL)animated;

@end