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