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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-01-11 16:36:55 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-01-13 15:55:36 +0300
commit0942833752b0fe27c7994d7843425de531c5acc5 (patch)
tree774c35c6b601f4400b874afa63160bfb6c8a7b1f /iphone/Maps/UIView+RuntimeAttributes.h
parent4520c61518e99c70112d21ca33f24e940fd31358 (diff)
[ios] Night mode (implementation).
Diffstat (limited to 'iphone/Maps/UIView+RuntimeAttributes.h')
-rw-r--r--iphone/Maps/UIView+RuntimeAttributes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iphone/Maps/UIView+RuntimeAttributes.h b/iphone/Maps/UIView+RuntimeAttributes.h
index 14d653d18b..03730807c0 100644
--- a/iphone/Maps/UIView+RuntimeAttributes.h
+++ b/iphone/Maps/UIView+RuntimeAttributes.h
@@ -2,4 +2,6 @@
@interface UIView (RuntimeAttributes)
+- (void)setBackgroundColorName:(NSString *)colorName;
+
@end