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: 65c97eeaf055b34950b3c5b8cd2fe735fdab51d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import "MWMPlacePageEntity.h"
#import "MWMTableViewCell.h"

@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