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-05-12 02:39:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:50 +0300
commitb9900f827900649022bf66cf78a1db1e07def82f (patch)
treee7b937c6bcd463f9f4713bf7fc40bb314da0e108 /iphone/Maps/Classes/ContextViews.h
parent9ef8df4f9800296551c6ef7d457f9d3e3eef8288 (diff)
[ios] Modified PlacePageView
Diffstat (limited to 'iphone/Maps/Classes/ContextViews.h')
-rw-r--r--iphone/Maps/Classes/ContextViews.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/iphone/Maps/Classes/ContextViews.h b/iphone/Maps/Classes/ContextViews.h
index dbf12e476d..19bdb71f4e 100644
--- a/iphone/Maps/Classes/ContextViews.h
+++ b/iphone/Maps/Classes/ContextViews.h
@@ -1,20 +1,5 @@
#import <Foundation/Foundation.h>
-#include "../../geometry/point2d.hpp"
-
-@interface LocationImageView : UIImageView
-
-@property (nonatomic) UILabel * longitudeValueLabel;
-@property (nonatomic) UILabel * latitudeValueLabel;
-@property (nonatomic) UILabel * coordinatesLabel;
-@property (nonatomic) UILabel * distanceLabel;
-@property (nonatomic) UILabel * distanceValueLabel;
-
-@property (nonatomic) m2::PointD pinPoint;
-@property (nonatomic) CLLocation * userLocation;
-
-@end
-
@interface CopyLabel : UILabel