From 206b9bde5ed9204de6ec18c0d37495db7c30aa09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 27 Feb 2020 13:09:39 -0800 Subject: [ios, macos] Deleted iOS/macOS map SDK sources, resources, scripts --- platform/macos/app/DroppedPinAnnotation.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 platform/macos/app/DroppedPinAnnotation.h (limited to 'platform/macos/app/DroppedPinAnnotation.h') 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 - -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 -- cgit v1.2.1