summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteCommand.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:19:14 -0500
committerMuller, Alexander (A.) <amulle19@ford.com>2016-12-22 12:19:14 -0500
commitf3f1abc532e359b69290d1944723f865f2ff8358 (patch)
treea4c80be41e0eeca7de0f97dd49ff738544424dfc /SmartDeviceLink/SDLDeleteCommand.h
parente8c21ac87e9756cf2a4e380aec40ef8e26e3f4d4 (diff)
downloadsdl_ios-f3f1abc532e359b69290d1944723f865f2ff8358.tar.gz
Added nullability annotations for requests.
Diffstat (limited to 'SmartDeviceLink/SDLDeleteCommand.h')
-rw-r--r--SmartDeviceLink/SDLDeleteCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLDeleteCommand.h b/SmartDeviceLink/SDLDeleteCommand.h
index ed2586d6d..7d5c1cbe3 100644
--- a/SmartDeviceLink/SDLDeleteCommand.h
+++ b/SmartDeviceLink/SDLDeleteCommand.h
@@ -16,6 +16,9 @@
* Since <b>SmartDeviceLink 1.0</b><br>
* see SDLAddCommand SDLAddSubMenu SDLDeleteSubMenu
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLDeleteCommand : SDLRPCRequest
- (instancetype)initWithId:(UInt32)commandId;
@@ -29,3 +32,5 @@
@property (strong) NSNumber<SDLInt> *cmdID;
@end
+
+NS_ASSUME_NONNULL_END