summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSpeakResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSpeakResponse.m')
-rw-r--r--SmartDeviceLink/SDLSpeakResponse.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSpeakResponse.m b/SmartDeviceLink/SDLSpeakResponse.m
index db7ec8734..f8e8a248c 100644
--- a/SmartDeviceLink/SDLSpeakResponse.m
+++ b/SmartDeviceLink/SDLSpeakResponse.m
@@ -7,6 +7,8 @@
#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLSpeakResponse
- (instancetype)init {
@@ -16,3 +18,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END