summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteCommandResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDeleteCommandResponse.h')
-rw-r--r--SmartDeviceLink/SDLDeleteCommandResponse.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLDeleteCommandResponse.h b/SmartDeviceLink/SDLDeleteCommandResponse.h
new file mode 100644
index 000000000..7f231c8e3
--- /dev/null
+++ b/SmartDeviceLink/SDLDeleteCommandResponse.h
@@ -0,0 +1,18 @@
+// SDLDeleteCommandResponse.h
+//
+
+
+#import "SDLRPCResponse.h"
+
+/**
+ * SDLDeleteCommandResponse is sent, when SDLDeleteCommand has been called
+ *
+ * Since <b>SmartDeviceLink 1.0</b><br>
+ */
+@interface SDLDeleteCommandResponse : SDLRPCResponse {
+}
+
+- (instancetype)init;
+- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+
+@end