summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeButton.h')
-rw-r--r--SmartDeviceLink/SDLSubscribeButton.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/SmartDeviceLink/SDLSubscribeButton.h b/SmartDeviceLink/SDLSubscribeButton.h
index 48dc7b994..4f3386cc6 100644
--- a/SmartDeviceLink/SDLSubscribeButton.h
+++ b/SmartDeviceLink/SDLSubscribeButton.h
@@ -61,13 +61,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.
@@ -77,13 +70,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.