summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompassButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLCompassButton.h')
-rw-r--r--platform/ios/src/MGLCompassButton.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/platform/ios/src/MGLCompassButton.h b/platform/ios/src/MGLCompassButton.h
index f42d5f315d..081b89e762 100644
--- a/platform/ios/src/MGLCompassButton.h
+++ b/platform/ios/src/MGLCompassButton.h
@@ -1,7 +1,6 @@
#import <UIKit/UIKit.h>
-#import <CoreLocation/CoreLocation.h>
-#import "MGLTypes.h"
+#import <Mapbox/MGLTypes.h>
NS_ASSUME_NONNULL_BEGIN
@@ -17,10 +16,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, assign) MGLOrnamentVisibility compassVisibility;
-// TODO: Make these private
-+ (instancetype)compassButton;
-- (void)updateCompassWithDirection:(CLLocationDirection)direction;
-
@end
NS_ASSUME_NONNULL_END