summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeButtonResponse.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/SDLSubscribeButtonResponse.m
parentf3f1abc532e359b69290d1944723f865f2ff8358 (diff)
downloadsdl_ios-38d57ad153e9ad1d554333ffc2cb3fed9b9e94a5.tar.gz
Added in nullable annotation for responses.
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeButtonResponse.m')
-rw-r--r--SmartDeviceLink/SDLSubscribeButtonResponse.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSubscribeButtonResponse.m b/SmartDeviceLink/SDLSubscribeButtonResponse.m
index 80a9b3a85..ca14f3861 100644
--- a/SmartDeviceLink/SDLSubscribeButtonResponse.m
+++ b/SmartDeviceLink/SDLSubscribeButtonResponse.m
@@ -6,6 +6,8 @@
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLSubscribeButtonResponse
- (instancetype)init {
@@ -15,3 +17,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END