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-08-10 11:21:40 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:04 +0300
commit3a9c947779ddf45aefcec2c323d2c806fc433312 (patch)
tree0046d2dca6ab38819bcf0c040d1cb5b0cad88df8 /iphone/Maps/Classes/MWMPlacePageActionBar.h
parent96fd81f9e05f09af3115ff1a0413f15839ca725b (diff)
[ios] Fixed incorrect bookmark button label.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageActionBar.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageActionBar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageActionBar.h b/iphone/Maps/Classes/MWMPlacePageActionBar.h
index 01f0c4635b..46051309bb 100644
--- a/iphone/Maps/Classes/MWMPlacePageActionBar.h
+++ b/iphone/Maps/Classes/MWMPlacePageActionBar.h
@@ -12,8 +12,7 @@
@interface MWMPlacePageActionBar : UIView
-@property (weak, nonatomic) IBOutlet UIButton * bookmarkButton;
-@property (weak, nonatomic) IBOutlet UIButton * routeButton;
+@property (nonatomic) BOOL isBookmark;
+ (MWMPlacePageActionBar *)actionBarForPlacePage:(MWMPlacePage *)placePage;
- (void)configureForMyPosition:(BOOL)isMyPosition;