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 5a790e48d..f9e5ca73e 100644
--- a/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
+++ b/SmartDeviceLink/SDLCreateInteractionChoiceSet.m
@@ -8,6 +8,8 @@
#import "SDLChoice.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLCreateInteractionChoiceSet
- (instancetype)init {
@@ -44,3 +46,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END