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

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

@class MWMPlacePageEntity;

@interface MWMPlacePageInfoCell : MWMTableViewCell

- (void)configureWithType:(MWMPlacePageCellType)type info:(NSString *)info;

@property (weak, nonatomic, readonly) IBOutlet UIImageView * icon;
@property (weak, nonatomic, readonly) IBOutlet id textContainer;
@property (nonatomic) MWMPlacePageEntity * currentEntity;

@end