diff options
author | Muller, Alexander (A.) <amulle19@ford.com> | 2016-09-22 16:25:39 -0700 |
---|---|---|
committer | Muller, Alexander (A.) <amulle19@ford.com> | 2016-09-22 16:25:39 -0700 |
commit | bd886c5d29cc2b907c2b42d2833d8e1f879535e5 (patch) | |
tree | 7b6d016983c43211749ac0da2185d7ba0e6947fb /SmartDeviceLink/SDLGetVehicleDataResponse.h | |
parent | e6e84cc8c23609ab286c64a2c6a3037313f29908 (diff) | |
download | sdl_ios-bd886c5d29cc2b907c2b42d2833d8e1f879535e5.tar.gz |
Migrated initWithDictionary to take non-mutable dictionary as parameter.
Diffstat (limited to 'SmartDeviceLink/SDLGetVehicleDataResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLGetVehicleDataResponse.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/SmartDeviceLink/SDLGetVehicleDataResponse.h b/SmartDeviceLink/SDLGetVehicleDataResponse.h index 882c09b51..0a5d7aa7f 100644 --- a/SmartDeviceLink/SDLGetVehicleDataResponse.h +++ b/SmartDeviceLink/SDLGetVehicleDataResponse.h @@ -25,22 +25,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. |