summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeWaypoints.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeWaypoints.m')
-rw-r--r--SmartDeviceLink/SDLSubscribeWaypoints.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSubscribeWaypoints.m b/SmartDeviceLink/SDLSubscribeWaypoints.m
index d99778bfb..1d1d1601c 100644
--- a/SmartDeviceLink/SDLSubscribeWaypoints.m
+++ b/SmartDeviceLink/SDLSubscribeWaypoints.m
@@ -4,6 +4,8 @@
#import "SDLSubscribeWaypoints.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLSubscribeWaypoints
- (instancetype)init {
@@ -13,3 +15,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END