From f3f1abc532e359b69290d1944723f865f2ff8358 Mon Sep 17 00:00:00 2001 From: "Muller, Alexander (A.)" Date: Thu, 22 Dec 2016 12:19:14 -0500 Subject: Added nullability annotations for requests. --- SmartDeviceLink/SDLDeleteInteractionChoiceSet.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'SmartDeviceLink/SDLDeleteInteractionChoiceSet.h') diff --git a/SmartDeviceLink/SDLDeleteInteractionChoiceSet.h b/SmartDeviceLink/SDLDeleteInteractionChoiceSet.h index 2504e633c..9beb61ffb 100644 --- a/SmartDeviceLink/SDLDeleteInteractionChoiceSet.h +++ b/SmartDeviceLink/SDLDeleteInteractionChoiceSet.h @@ -18,6 +18,9 @@ * Since SmartDeviceLink 1.0
* see SDLCreateInteractionChoiceSet SDLPerformInteraction */ + +NS_ASSUME_NONNULL_BEGIN + @interface SDLDeleteInteractionChoiceSet : SDLRPCRequest - (instancetype)initWithId:(UInt32)choiceId; @@ -31,3 +34,5 @@ @property (strong) NSNumber *interactionChoiceSetID; @end + +NS_ASSUME_NONNULL_END -- cgit v1.2.1