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:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-06-16 20:21:32 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:40 +0300
commit4e8f1cc18f1a594e5cd35a7ee85937939ac3a4f2 (patch)
tree878b831909555983c98433dd0435e02b10b1787c /iphone/Maps/Classes/ContextViews.h
parent00c153b50ff6c92c312fb9fdc7662df4eef54388 (diff)
[ios] Added safety interface for work with metadata dictionary.
Diffstat (limited to 'iphone/Maps/Classes/ContextViews.h')
-rwxr-xr-xiphone/Maps/Classes/ContextViews.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/ContextViews.h b/iphone/Maps/Classes/ContextViews.h
new file mode 100755
index 0000000000..19bdb71f4e
--- /dev/null
+++ b/iphone/Maps/Classes/ContextViews.h
@@ -0,0 +1,6 @@
+
+#import <Foundation/Foundation.h>
+
+@interface CopyLabel : UILabel
+
+@end \ No newline at end of file