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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-06-22 19:12:00 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:48 +0300
commitfad1f704cb283093c386a6c7286e333c4309f7dc (patch)
tree5db0be76fe5414183b08269ebf00421540d4cd54 /iphone/Maps/Classes/MWMPlacePageViewManager.h
parent997be7b6e8fe0aed346b7c29f0a04f2d9470597a (diff)
[ios] Fixed PP layout.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageViewManager.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageViewManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageViewManager.h b/iphone/Maps/Classes/MWMPlacePageViewManager.h
index 624513108f..a433962a16 100644
--- a/iphone/Maps/Classes/MWMPlacePageViewManager.h
+++ b/iphone/Maps/Classes/MWMPlacePageViewManager.h
@@ -21,6 +21,7 @@
- (instancetype)initWithViewController:(UIViewController<MWMPlacePageViewDragDelegate> *)viewController;
- (void)showPlacePageWithUserMark:(unique_ptr<UserMarkCopy>)userMark;
+- (void)refreshPlacePage;
- (void)dismissPlacePage;
- (void)buildRoute;
- (void)stopBuildingRoute;