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:
authorIgor Khmurets <subzero@mapswithme.com>2014-08-04 20:10:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:23:18 +0300
commite058c46a903be46f347c8822a933be9ee1ab6a56 (patch)
tree3499493ebafea13a81e076d81111eb8413c62e4b /iphone/Maps/Classes/ContextViews.h
parent2f3df596d9d57f19c49c0f61b98d94bfc9ae604a (diff)
[ios] UI fixes
Diffstat (limited to 'iphone/Maps/Classes/ContextViews.h')
-rw-r--r--iphone/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
index 19bdb71f4e..082163def9 100644
--- a/iphone/Maps/Classes/ContextViews.h
+++ b/iphone/Maps/Classes/ContextViews.h
@@ -3,4 +3,10 @@
@interface CopyLabel : UILabel
+@end
+
+@interface CopyView : UIView
+
+@property (nonatomic) NSString * textToCopy;
+
@end \ No newline at end of file