diff options
Diffstat (limited to 'SmartDeviceLink/SDLSliderResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLSliderResponse.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/SmartDeviceLink/SDLSliderResponse.h b/SmartDeviceLink/SDLSliderResponse.h index 5b38b7f0f..74baba292 100644 --- a/SmartDeviceLink/SDLSliderResponse.h +++ b/SmartDeviceLink/SDLSliderResponse.h @@ -9,19 +9,7 @@ * * Since SmartDeviceLink 2.0 */ -@interface SDLSliderResponse : SDLRPCResponse { -} - -/** - * @abstract Constructs a new SDLSliderResponse object - */ -- (instancetype)init; -/** - * @abstract Constructs a new SDLSliderResponse object indicated by the NSMutableDictionary - * parameter - * @param dict The dictionary to use - */ -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict; +@interface SDLSliderResponse : SDLRPCResponse /** * @abstract The selected position of the slider. |