summaryrefslogtreecommitdiff
path: root/platform/macos/app/DroppedPinAnnotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/app/DroppedPinAnnotation.h')
-rw-r--r--platform/macos/app/DroppedPinAnnotation.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/macos/app/DroppedPinAnnotation.h b/platform/macos/app/DroppedPinAnnotation.h
new file mode 100644
index 0000000000..435a56738b
--- /dev/null
+++ b/platform/macos/app/DroppedPinAnnotation.h
@@ -0,0 +1,10 @@
+#import <Mapbox/Mapbox.h>
+
+@interface DroppedPinAnnotation : MGLPointAnnotation
+
+@property (nonatomic, readonly) NSTimeInterval elapsedShownTime;
+
+- (void)resume;
+- (void)pause;
+
+@end