summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSetMediaClockTimerResponse.h
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/SDLSetMediaClockTimerResponse.h
parentf3f1abc532e359b69290d1944723f865f2ff8358 (diff)
downloadsdl_ios-38d57ad153e9ad1d554333ffc2cb3fed9b9e94a5.tar.gz
Added in nullable annotation for responses.
Diffstat (limited to 'SmartDeviceLink/SDLSetMediaClockTimerResponse.h')
-rw-r--r--SmartDeviceLink/SDLSetMediaClockTimerResponse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSetMediaClockTimerResponse.h b/SmartDeviceLink/SDLSetMediaClockTimerResponse.h
index d1adbda4d..54a599821 100644
--- a/SmartDeviceLink/SDLSetMediaClockTimerResponse.h
+++ b/SmartDeviceLink/SDLSetMediaClockTimerResponse.h
@@ -9,6 +9,11 @@
*
* Since SmartDeviceLink 1.0
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLSetMediaClockTimerResponse : SDLRPCResponse
@end
+
+NS_ASSUME_NONNULL_END