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