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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/macos/app/DroppedPinAnnotation.h b/platform/macos/app/DroppedPinAnnotation.h
index 435a56738b..0897219b13 100644
--- a/platform/macos/app/DroppedPinAnnotation.h
+++ b/platform/macos/app/DroppedPinAnnotation.h
@@ -1,10 +1,15 @@
#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