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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-06-16 20:21:32 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:40 +0300
commit4e8f1cc18f1a594e5cd35a7ee85937939ac3a4f2 (patch)
tree878b831909555983c98433dd0435e02b10b1787c /iphone/Maps/Classes/MWMPlacePageInfoCell.h
parent00c153b50ff6c92c312fb9fdc7662df4eef54388 (diff)
[ios] Added safety interface for work with metadata dictionary.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageInfoCell.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageInfoCell.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageInfoCell.h b/iphone/Maps/Classes/MWMPlacePageInfoCell.h
index fcc62d3c17..203cc024d8 100644
--- a/iphone/Maps/Classes/MWMPlacePageInfoCell.h
+++ b/iphone/Maps/Classes/MWMPlacePageInfoCell.h
@@ -7,12 +7,11 @@
//
#import <UIKit/UIKit.h>
-
-@class MWMPlacePageEntity;
+#import "MWMPlacePageEntity.h"
@interface MWMPlacePageInfoCell : UITableViewCell
-- (void)configureWithIconTitle:(NSString *)title info:(NSString *)info;
+- (void)configureWithType:(MWMPlacePageMetadataType)type info:(NSString *)info;
@property (weak, nonatomic, readonly) IBOutlet UIImageView * icon;
@property (weak, nonatomic, readonly) IBOutlet id textContainer;