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:
authorИлья Гречухин <i.grechuhin@gmail.com>2015-12-28 17:17:19 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:09 +0300
commit6d6358789ce0bdf82c552bcf4e7a790061ec141c (patch)
tree866b00d11567320a1f58708721b182d7fc8cedec /iphone/Maps/UITextView+RuntimeAttributes.h
parent13dea950891ac87ca6cd3fdb717511fbe3ad1244 (diff)
[ios] Updated runtime attributes.
Diffstat (limited to 'iphone/Maps/UITextView+RuntimeAttributes.h')
-rw-r--r--iphone/Maps/UITextView+RuntimeAttributes.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/iphone/Maps/UITextView+RuntimeAttributes.h b/iphone/Maps/UITextView+RuntimeAttributes.h
new file mode 100644
index 0000000000..61068dd1f0
--- /dev/null
+++ b/iphone/Maps/UITextView+RuntimeAttributes.h
@@ -0,0 +1,11 @@
+#import "MWMTextView.h"
+
+@interface UITextView (UITextView_RuntimeAttributes)
+
+@end
+
+@interface MWMTextView (RuntimeAttributes)
+
+@property (nonatomic) NSString * localizedPlaceholder;
+
+@end