diff options
Diffstat (limited to 'SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h b/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h index 0573dcc2f..0f9cd4346 100644 --- a/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h +++ b/SmartDeviceLink/SDLCreateInteractionChoiceSetResponse.h @@ -10,6 +10,11 @@ * * Since <b>SmartDeviceLink 1.0</b> */ + +NS_ASSUME_NONNULL_BEGIN + @interface SDLCreateInteractionChoiceSetResponse : SDLRPCResponse @end + +NS_ASSUME_NONNULL_END |