summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLocationCoordinate.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLLocationCoordinate.h')
-rw-r--r--SmartDeviceLink/SDLLocationCoordinate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLocationCoordinate.h b/SmartDeviceLink/SDLLocationCoordinate.h
index dd2850f97..0fef535c2 100644
--- a/SmartDeviceLink/SDLLocationCoordinate.h
+++ b/SmartDeviceLink/SDLLocationCoordinate.h
@@ -3,6 +3,8 @@
#import "SDLRPCStruct.h"
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLLocationCoordinate : SDLRPCStruct
/**
@@ -20,3 +22,5 @@
@property (copy, nonatomic) NSNumber<SDLFloat> *longitudeDegrees;
@end
+
+NS_ASSUME_NONNULL_END