summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAddSubMenuResponse.m
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:47:27 -0500
committerMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:47:27 -0500
commit38d57ad153e9ad1d554333ffc2cb3fed9b9e94a5 (patch)
tree1c04402b710069047911dd6a273697eb36ad45df /SmartDeviceLink/SDLAddSubMenuResponse.m
parentf3f1abc532e359b69290d1944723f865f2ff8358 (diff)
downloadsdl_ios-38d57ad153e9ad1d554333ffc2cb3fed9b9e94a5.tar.gz
Added in nullable annotation for responses.
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 328a38401..db483cf3a 100644
--- a/SmartDeviceLink/SDLAddSubMenuResponse.m
+++ b/SmartDeviceLink/SDLAddSubMenuResponse.m
@@ -4,6 +4,8 @@
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLAddSubMenuResponse
- (instancetype)init {
@@ -13,3 +15,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END