summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationImage_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLAnnotationImage_Private.h')
-rw-r--r--platform/ios/src/MGLAnnotationImage_Private.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/platform/ios/src/MGLAnnotationImage_Private.h b/platform/ios/src/MGLAnnotationImage_Private.h
deleted file mode 100644
index dcd8a49bf9..0000000000
--- a/platform/ios/src/MGLAnnotationImage_Private.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#import "MGLAnnotationImage.h"
-
-NS_ASSUME_NONNULL_BEGIN
-
-@protocol MGLAnnotationImageDelegate <NSObject>
-
-@required
-- (void)annotationImageNeedsRedisplay:(MGLAnnotationImage *)annotationImage;
-
-@end
-
-@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;
-
-@property (nonatomic, weak) id<MGLAnnotationImageDelegate> delegate;
-
-@end
-
-NS_ASSUME_NONNULL_END