From 38d57ad153e9ad1d554333ffc2cb3fed9b9e94a5 Mon Sep 17 00:00:00 2001 From: "Muller, Alexander (A.)" Date: Thu, 22 Dec 2016 12:47:27 -0500 Subject: Added in nullable annotation for responses. --- SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m') diff --git a/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m b/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m index 11b055e82..80f623f08 100644 --- a/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m +++ b/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.m @@ -6,6 +6,8 @@ #import "SDLNames.h" +NS_ASSUME_NONNULL_BEGIN + @implementation SDLCreateInteractionChoiceSetResponse - (instancetype)init { @@ -15,3 +17,5 @@ } @end + +NS_ASSUME_NONNULL_END -- cgit v1.2.1