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-06-16 14:32:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:40 +0300
commit00c153b50ff6c92c312fb9fdc7662df4eef54388 (patch)
tree419ad82fedd1d550b3c4b3da916ff6bd7aabe1a8 /iphone/Maps/Classes/ContextViews.h
parent279c4e252521359d59d76e533b7cde41a74183e9 (diff)
[ios] Added place page dragging support.
Diffstat (limited to 'iphone/Maps/Classes/ContextViews.h')
-rw-r--r--iphone/Maps/Classes/ContextViews.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/iphone/Maps/Classes/ContextViews.h b/iphone/Maps/Classes/ContextViews.h
deleted file mode 100644
index 082163def9..0000000000
--- a/iphone/Maps/Classes/ContextViews.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#import <Foundation/Foundation.h>
-
-@interface CopyLabel : UILabel
-
-@end
-
-@interface CopyView : UIView
-
-@property (nonatomic) NSString * textToCopy;
-
-@end \ No newline at end of file