summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLCompassCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLCompassCell.h')
-rw-r--r--platform/macos/src/MGLCompassCell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/macos/src/MGLCompassCell.h b/platform/macos/src/MGLCompassCell.h
new file mode 100644
index 0000000000..5ed70dcb06
--- /dev/null
+++ b/platform/macos/src/MGLCompassCell.h
@@ -0,0 +1,5 @@
+#import <Cocoa/Cocoa.h>
+
+/// Circular slider with an arrow pointing north.
+@interface MGLCompassCell : NSSliderCell
+@end