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:
authorTimur Bernikowich <bernikowich@outlook.com>2014-10-27 11:53:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:39 +0300
commit7720f8706e9b0df42778b2f4e7a7aa7247b6efa3 (patch)
tree5eba1732ae7cafd86a47e2daa181165a4c03033c /iphone/Maps/Classes/MapCell.h
parent0ca8735f1799ea3259c95b205fbb4e9adb34f2da (diff)
Improved separators presentation.
Diffstat (limited to 'iphone/Maps/Classes/MapCell.h')
-rw-r--r--iphone/Maps/Classes/MapCell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MapCell.h b/iphone/Maps/Classes/MapCell.h
index e5813b352b..ae2c3d1d35 100644
--- a/iphone/Maps/Classes/MapCell.h
+++ b/iphone/Maps/Classes/MapCell.h
@@ -23,6 +23,10 @@ using namespace storage;
@property (nonatomic, readonly) UILabel * sizeLabel;
@property (nonatomic, readonly) BadgeView * badgeView;
+@property (nonatomic, readonly) UIView *separatorTop;
+@property (nonatomic, readonly) UIView *separator;
+@property (nonatomic, readonly) UIView *separatorBottom;
+
@property (nonatomic) BOOL parentMode;
@property (nonatomic) TStatus status;