summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m')
-rw-r--r--SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
index 92431bacf..77d5fcebf 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
+++ b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
@@ -6,6 +6,8 @@
#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLUnsubscribeWayPointsResponse
- (instancetype)init {
@@ -19,3 +21,5 @@
@implementation SDLUnsubscribeWaypointsResponse
@end
+
+NS_ASSUME_NONNULL_END