diff options
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeButton.h')
-rw-r--r-- | SmartDeviceLink/SDLSubscribeButton.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/SmartDeviceLink/SDLSubscribeButton.h b/SmartDeviceLink/SDLSubscribeButton.h index 05c2acd23..0690b317e 100644 --- a/SmartDeviceLink/SDLSubscribeButton.h +++ b/SmartDeviceLink/SDLSubscribeButton.h @@ -62,13 +62,6 @@ @interface SDLSubscribeButton : SDLRPCRequest <SDLRequestHandler> /** - * Construct an SDLSubscribeButton - * - * @return An SDLSubscribeButton object - */ -- (instancetype)init; - -/** * Construct a SDLSubscribeButton with a handler callback when an event occurs. * * @param handler A callback that will be called when a button event occurs for the subscribed button. @@ -78,13 +71,6 @@ - (instancetype)initWithHandler:(SDLRPCNotificationHandler)handler; /** - * @abstract Constructs a new SDLSubscribeButton object indicated by the NSMutableDictionary - * parameter - * @param dict The dictionary to use - */ -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict; - -/** * A handler that will let you know when the button you subscribed to is selected. * * @warning This will only work if you use SDLManager. |