summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLUserLocation_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLUserLocation_Private.h')
-rw-r--r--platform/ios/src/MGLUserLocation_Private.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/platform/ios/src/MGLUserLocation_Private.h b/platform/ios/src/MGLUserLocation_Private.h
deleted file mode 100644
index 48f6d40e8c..0000000000
--- a/platform/ios/src/MGLUserLocation_Private.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#import "MGLUserLocation.h"
-
-#import <CoreLocation/CoreLocation.h>
-
-@class MGLMapView;
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MGLUserLocation (Private)
-
-@property (nonatomic, weak) MGLMapView *mapView;
-@property (nonatomic, readwrite, nullable) CLLocation *location;
-@property (nonatomic, readwrite, nullable) CLHeading *heading;
-
-- (instancetype)initWithMapView:(MGLMapView *)mapView;
-
-@end
-
-NS_ASSUME_NONNULL_END