summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLPointAnnotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/ios/MGLPointAnnotation.h')
-rw-r--r--include/mbgl/ios/MGLPointAnnotation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLPointAnnotation.h b/include/mbgl/ios/MGLPointAnnotation.h
index d3d1a8f0e9..ed50002751 100644
--- a/include/mbgl/ios/MGLPointAnnotation.h
+++ b/include/mbgl/ios/MGLPointAnnotation.h
@@ -3,6 +3,8 @@
#import "MGLShape.h"
+NS_ASSUME_NONNULL_BEGIN
+
/** The `MGLPointAnnotation` class defines a concrete annotation object located at a specified point. You can use this class, rather than define your own, in situations where all you want to do is associate a point on the map with a title. */
@interface MGLPointAnnotation : MGLShape
@@ -10,3 +12,5 @@
@property (nonatomic, assign) CLLocationCoordinate2D coordinate;
@end
+
+NS_ASSUME_NONNULL_END