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