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-08-10 17:14:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:32 +0300
commit5fa3fa82b98b325338ca08e95ddc040ba758e23c (patch)
treec257392baedae64ec93e998f624c1483b5b1a8e9 /iphone/Maps/Classes/MWMPlacePageActionBar.h
parent46ce528e789c8155fabdd74ab713e311c853f56c (diff)
[ios] Added back API button to place page.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageActionBar.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageActionBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageActionBar.h b/iphone/Maps/Classes/MWMPlacePageActionBar.h
index 46051309bb..f0c50cec0b 100644
--- a/iphone/Maps/Classes/MWMPlacePageActionBar.h
+++ b/iphone/Maps/Classes/MWMPlacePageActionBar.h
@@ -15,7 +15,7 @@
@property (nonatomic) BOOL isBookmark;
+ (MWMPlacePageActionBar *)actionBarForPlacePage:(MWMPlacePage *)placePage;
-- (void)configureForMyPosition:(BOOL)isMyPosition;
+- (void)configureWithPlacePage:(MWMPlacePage *)placePage;
- (instancetype)init __attribute__((unavailable("call actionBarForPlacePage: instead")));
- (instancetype)initWithCoder:(NSCoder *)aDecoder __attribute__((unavailable("call actionBarForPlacePage: instead")));