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-24 17:32:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:53 +0300
commit226c68fbf68632e9d3b873364839f6cc84ea061d (patch)
tree69fe4ac962b8801e78fa1090454e7eabe159a23c /iphone/Maps/Classes/MWMPlacePage.h
parent090ba97c566b1fc99cc610a19eec832e5d69dbbf (diff)
[ios] Fixed PP crash on swipe.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePage.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePage.h b/iphone/Maps/Classes/MWMPlacePage.h
index 521335453d..544f2c2a3e 100644
--- a/iphone/Maps/Classes/MWMPlacePage.h
+++ b/iphone/Maps/Classes/MWMPlacePage.h
@@ -15,6 +15,7 @@
@property (weak, nonatomic) IBOutlet MWMBasePlacePageView * basePlacePageView;
@property (weak, nonatomic) IBOutlet UIView * extendedPlacePageView;
@property (weak, nonatomic) IBOutlet UIImageView * anchorImageView;
+@property (weak, nonatomic) IBOutlet UIPanGestureRecognizer * panRecognizer;
@property (weak, nonatomic, readonly) MWMPlacePageViewManager * manager;
@property (nonatomic) MWMPlacePageActionBar * actionBar;
@property (nonatomic) CGFloat topBound;