summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
diff options
context:
space:
mode:
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