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

@interface MWMPlacePageInfoCell : UITableViewCell

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

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

@end