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/MWMDirectionView.h')
-rw-r--r--iphone/Maps/Classes/MWMDirectionView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MWMDirectionView.h b/iphone/Maps/Classes/MWMDirectionView.h
index c782d78538..e9f8d99ee9 100644
--- a/iphone/Maps/Classes/MWMDirectionView.h
+++ b/iphone/Maps/Classes/MWMDirectionView.h
@@ -13,6 +13,8 @@
- (instancetype)initWithManager:(MWMPlacePageViewManager *)manager;
- (void)setDirectionArrowTransform:(CGAffineTransform)transform;
+- (void)show;
+
- (instancetype)initWithCoder:(NSCoder *)aDecoder __attribute__((unavailable("initWithCoder is not available")));
- (instancetype)initWithFrame:(CGRect)frame __attribute__((unavailable("initWithFrame is not available")));
- (instancetype)init __attribute__((unavailable("init is not available")));