summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:19:14 -0500
committerMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:19:14 -0500
commitf3f1abc532e359b69290d1944723f865f2ff8358 (patch)
treea4c80be41e0eeca7de0f97dd49ff738544424dfc /SmartDeviceLink/SDLCreateInteractionChoiceSet.m
parente8c21ac87e9756cf2a4e380aec40ef8e26e3f4d4 (diff)
downloadsdl_ios-f3f1abc532e359b69290d1944723f865f2ff8358.tar.gz
Added nullability annotations for requests.
Diffstat (limited to 'SmartDeviceLink/SDLCreateInteractionChoiceSet.m')
-rw-r--r--SmartDeviceLink/SDLCreateInteractionChoiceSet.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLCreateInteractionChoiceSet.m b/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
index 4f40ee9ce..b84952781 100644
--- a/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
+++ b/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
@@ -7,6 +7,8 @@
#import "SDLChoice.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLCreateInteractionChoiceSet
- (instancetype)init {
@@ -60,3 +62,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END