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.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/macos/app/DroppedPinAnnotation.h b/platform/macos/app/DroppedPinAnnotation.h
deleted file mode 100644
index 0897219b13..0000000000
--- a/platform/macos/app/DroppedPinAnnotation.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#import <Mapbox/Mapbox.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface DroppedPinAnnotation : MGLPointAnnotation
-
-@property (nonatomic, copy, nullable) NSString *note;
-@property (nonatomic, readonly) NSTimeInterval elapsedShownTime;
-
-- (void)resume;
-- (void)pause;
-
-@end
-
-NS_ASSUME_NONNULL_END