summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGetDTCsResponse.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/SDLGetDTCsResponse.h
parentf3f1abc532e359b69290d1944723f865f2ff8358 (diff)
downloadsdl_ios-38d57ad153e9ad1d554333ffc2cb3fed9b9e94a5.tar.gz
Added in nullable annotation for responses.
Diffstat (limited to 'SmartDeviceLink/SDLGetDTCsResponse.h')
-rw-r--r--SmartDeviceLink/SDLGetDTCsResponse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLGetDTCsResponse.h b/SmartDeviceLink/SDLGetDTCsResponse.h
index a07d9ced6..f9511ea4e 100644
--- a/SmartDeviceLink/SDLGetDTCsResponse.h
+++ b/SmartDeviceLink/SDLGetDTCsResponse.h
@@ -9,9 +9,14 @@
*
* Since <b>SmartDeviceLink 2.0</b>
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLGetDTCsResponse : SDLRPCResponse
@property (strong) NSNumber<SDLInt> *ecuHeader;
@property (strong) NSMutableArray<NSString *> *dtc;
@end
+
+NS_ASSUME_NONNULL_END