summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLAnnotationImage_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLAnnotationImage_Private.h')
-rw-r--r--platform/macos/src/MGLAnnotationImage_Private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/macos/src/MGLAnnotationImage_Private.h b/platform/macos/src/MGLAnnotationImage_Private.h
deleted file mode 100644
index 428f1db5d9..0000000000
--- a/platform/macos/src/MGLAnnotationImage_Private.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#import "Mapbox.h"
-
-@interface MGLAnnotationImage (Private)
-
-/// Unique identifier of the sprite image used by the style to represent the receiver’s `image`.
-@property (nonatomic, strong, nullable) NSString *styleIconIdentifier;
-
-@end