summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLEndAudioPassThru.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 16:25:39 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 16:25:39 -0700
commitbd886c5d29cc2b907c2b42d2833d8e1f879535e5 (patch)
tree7b6d016983c43211749ac0da2185d7ba0e6947fb /SmartDeviceLink/SDLEndAudioPassThru.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-bd886c5d29cc2b907c2b42d2833d8e1f879535e5.tar.gz
Migrated initWithDictionary to take non-mutable dictionary as parameter.
Diffstat (limited to 'SmartDeviceLink/SDLEndAudioPassThru.h')
-rw-r--r--SmartDeviceLink/SDLEndAudioPassThru.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/SmartDeviceLink/SDLEndAudioPassThru.h b/SmartDeviceLink/SDLEndAudioPassThru.h
index fddde6c13..6c5d82914 100644
--- a/SmartDeviceLink/SDLEndAudioPassThru.h
+++ b/SmartDeviceLink/SDLEndAudioPassThru.h
@@ -14,20 +14,6 @@
* Since <b>SmartDeviceLink 2.0</b><br>
* see SDLPerformAudioPassThru
*/
-@interface SDLEndAudioPassThru : SDLRPCRequest {
-}
-
-/**
- * Constructs a new SDLEndAudioPassThru object
- */
-- (instancetype)init;
-/**
- * Constructs a new SDLEndAudioPassThru object indicated by the NSMutableDictionary
- * parameter
- * <p>
- *
- * @param dict The dictionary to use
- */
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLEndAudioPassThru : SDLRPCRequest
@end