summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLShowResponse.h')
-rw-r--r--SmartDeviceLink/SDLShowResponse.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/SmartDeviceLink/SDLShowResponse.h b/SmartDeviceLink/SDLShowResponse.h
index b0d558633..1963390ec 100644
--- a/SmartDeviceLink/SDLShowResponse.h
+++ b/SmartDeviceLink/SDLShowResponse.h
@@ -9,18 +9,6 @@
*
* Since SmartDeviceLink 1.0
*/
-@interface SDLShowResponse : SDLRPCResponse {
-}
-
-/**
- * @abstract Constructs a new SDLShowResponse object
- */
-- (instancetype)init;
-/**
- * @abstract Constructs a new SDLShowResponse object indicated by the NSMutableDictionary
- * parameter
- * @param dict The dictionary to use
- */
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLShowResponse : SDLRPCResponse
@end