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

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

@interface MWMPlacePageTypeDescriptionView : UIView

- (void)layoutNearPoint:(CGPoint const &)point;

@end

@interface MWMPlacePageTypeDescription : NSObject

@property (nonatomic) IBOutlet MWMPlacePageTypeDescriptionView * eleDescription;
@property (nonatomic) IBOutlet MWMPlacePageTypeDescriptionView * hotelDescription;

- (instancetype)initWithPlacePageEntity:(MWMPlacePageEntity *)entity;

@end