From a7e4e6bb1c738f20f8585249fe3ab61cbbf85f71 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 16 Dec 2015 16:49:29 -0800 Subject: [ios] Move source to src folder, matching osx --- platform/ios/src/MGLAnnotationImage_Private.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 platform/ios/src/MGLAnnotationImage_Private.h (limited to 'platform/ios/src/MGLAnnotationImage_Private.h') diff --git a/platform/ios/src/MGLAnnotationImage_Private.h b/platform/ios/src/MGLAnnotationImage_Private.h new file mode 100644 index 0000000000..f22a9ac4e2 --- /dev/null +++ b/platform/ios/src/MGLAnnotationImage_Private.h @@ -0,0 +1,18 @@ +#import "MGLAnnotationImage.h" + +NS_ASSUME_NONNULL_BEGIN + +@protocol MGLAnnotationImageDelegate + +@required +- (void)annotationImageNeedsRedisplay:(MGLAnnotationImage *)annotationImage; + +@end + +@interface MGLAnnotationImage (Private) + +@property (nonatomic, weak) id delegate; + +@end + +NS_ASSUME_NONNULL_END -- cgit v1.2.1