summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h
diff options
context:
space:
mode:
authorJoel Fischer <joel@livioradio.com>2015-02-05 17:23:18 -0500
committerJoel Fischer <joel@livioradio.com>2015-02-05 17:23:18 -0500
commitf68012783353cfd83acb9da9062a94a15b326221 (patch)
tree5b6c3ea95ce777282a20db0ac0b24ff11708de6d /SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h
parentd19e1482db454f0ccee3c60ab1ea886fd98b41be (diff)
downloadsdl_ios-f68012783353cfd83acb9da9062a94a15b326221.tar.gz
Simplify the folder structure
Library files are now within the framework's folder Fix some warnings
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h
new file mode 100644
index 000000000..de0f23268
--- /dev/null
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLEndAudioPassThru.h
@@ -0,0 +1,13 @@
+// SDLEndAudioPassThru.h
+//
+// Copyright (c) 2014 Ford Motor Company. All rights reserved.
+
+
+#import "SDLRPCRequest.h"
+
+@interface SDLEndAudioPassThru : SDLRPCRequest {}
+
+-(id) init;
+-(id) initWithDictionary:(NSMutableDictionary*) dict;
+
+@end