summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGetVehicleDataResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLGetVehicleDataResponse.h')
-rw-r--r--SmartDeviceLink/SDLGetVehicleDataResponse.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/SmartDeviceLink/SDLGetVehicleDataResponse.h b/SmartDeviceLink/SDLGetVehicleDataResponse.h
index 9a890a54c..5c4a3e62c 100644
--- a/SmartDeviceLink/SDLGetVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLGetVehicleDataResponse.h
@@ -27,22 +27,7 @@
*
* Since SmartDeviceLink 2.0
*/
-@interface SDLGetVehicleDataResponse : SDLRPCResponse {
-}
-
-
-/**
- * @abstract Constructs a new SDLGetVehicleDataResponse object
- */
-- (instancetype)init;
-
-/**
- * @abstract Constructs a new SDLGetVehicleDataResponse object indicated by the NSMutableDictionary
- * parameter
- * @param dict The dictionary to use
- */
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
-
+@interface SDLGetVehicleDataResponse : SDLRPCResponse
/**
* @abstract A SDLGPSData* value. See GPSData.