diff options
Diffstat (limited to 'SmartDeviceLink/SDLSystemRequestResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLSystemRequestResponse.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLSystemRequestResponse.h b/SmartDeviceLink/SDLSystemRequestResponse.h index 4c99d605f..805962d3c 100644 --- a/SmartDeviceLink/SDLSystemRequestResponse.h +++ b/SmartDeviceLink/SDLSystemRequestResponse.h @@ -7,10 +7,6 @@ /** SDLSystemRequestResponse is sent, when SDLSystemRequest has been called. * Since<b>SmartDeviceLink 3.0</b> */ -@interface SDLSystemRequestResponse : SDLRPCResponse { -} - -- (instancetype)init; -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict; +@interface SDLSystemRequestResponse : SDLRPCResponse @end |