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:
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageInfoCell.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageInfoCell.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageInfoCell.h b/iphone/Maps/Classes/MWMPlacePageInfoCell.h
index 65c97eeaf0..daae2878a7 100644
--- a/iphone/Maps/Classes/MWMPlacePageInfoCell.h
+++ b/iphone/Maps/Classes/MWMPlacePageInfoCell.h
@@ -1,9 +1,13 @@
#import "MWMPlacePageEntity.h"
#import "MWMTableViewCell.h"
+#import "MWMPlacePageData.h"
+
@interface MWMPlacePageInfoCell : MWMTableViewCell
-- (void)configureWithType:(MWMPlacePageCellType)type info:(NSString *)info;
+- (void)configureWithType:(MWMPlacePageCellType)type info:(NSString *)info NS_DEPRECATED_IOS(7_0, 8_0);
+
+- (void)configWithRow:(place_page::MetainfoRows)row data:(MWMPlacePageData *)data NS_AVAILABLE_IOS(8_0);
@property(weak, nonatomic, readonly) IBOutlet UIImageView * icon;
@property(weak, nonatomic, readonly) IBOutlet id textContainer;