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-07-13 13:50:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:22 +0300
commit359bd80a12fcbfda2b4760e3edc2a1eeed1b5e92 (patch)
tree5d60f98bdbd16cd1d481e27e2f63a089774b1e74 /iphone/Maps/UIColor+MapsMeColor.h
parent2495eefe4a398779e2ed38a30afc989dc1d846e1 (diff)
[ios] Added runtime attributes support.
Diffstat (limited to 'iphone/Maps/UIColor+MapsMeColor.h')
-rw-r--r--iphone/Maps/UIColor+MapsMeColor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iphone/Maps/UIColor+MapsMeColor.h b/iphone/Maps/UIColor+MapsMeColor.h
index 55b7769da3..cd47a2fe15 100644
--- a/iphone/Maps/UIColor+MapsMeColor.h
+++ b/iphone/Maps/UIColor+MapsMeColor.h
@@ -27,4 +27,6 @@
+ (UIColor *)whiteHintText;
+ (UIColor *)whiteDividers;
++ (UIColor *)colorWithName:(NSString *)colorName;
+
@end