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/UI/BottomMenu/MWMBottomMenuViewController.h')
-rw-r--r--iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.h b/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.h
index df0a825ef8..b81ab802dd 100644
--- a/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.h
+++ b/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.h
@@ -22,7 +22,6 @@
@property(nonatomic) MWMBottomMenuState state;
@property(weak, nonatomic) IBOutlet MWMButton * p2pButton;
@property(nonatomic) CGFloat leftBound;
-@property(nonatomic, readonly) CGFloat mainStateHeight;
- (instancetype)initWithParentController:(MapViewController *)controller
delegate:(id<MWMBottomMenuControllerProtocol>)delegate;