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