summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeButton.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeButton.m')
-rw-r--r--SmartDeviceLink/SDLSubscribeButton.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLSubscribeButton.m b/SmartDeviceLink/SDLSubscribeButton.m
index 07a2fe65c..1a94caa37 100644
--- a/SmartDeviceLink/SDLSubscribeButton.m
+++ b/SmartDeviceLink/SDLSubscribeButton.m
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
return self;
}
-- (instancetype)initWithHandler:(nullable SDLRPCNotificationHandler)handler {
+- (instancetype)initWithHandler:(nullable SDLRPCButtonNotificationHandler)handler {
self = [self init];
if (!self) {
return nil;
@@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
return self;
}
-- (instancetype)initWithButtonName:(SDLButtonName)buttonName handler:(nullable SDLRPCNotificationHandler)handler {
+- (instancetype)initWithButtonName:(SDLButtonName)buttonName handler:(nullable SDLRPCButtonNotificationHandler)handler {
self = [self init];
if (!self) {
return nil;