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