summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAddCommandResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLAddCommandResponse.h')
-rw-r--r--SmartDeviceLink/SDLAddCommandResponse.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLAddCommandResponse.h b/SmartDeviceLink/SDLAddCommandResponse.h
index dfa132f6d..ee037f281 100644
--- a/SmartDeviceLink/SDLAddCommandResponse.h
+++ b/SmartDeviceLink/SDLAddCommandResponse.h
@@ -9,10 +9,6 @@
*
* Since <b>SmartDeviceLink 1.0</b>
*/
-@interface SDLAddCommandResponse : SDLRPCResponse {
-}
-
-- (instancetype)init;
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLAddCommandResponse : SDLRPCResponse
@end