summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUnsubscribeButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLUnsubscribeButton.h')
-rw-r--r--SmartDeviceLink/SDLUnsubscribeButton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLUnsubscribeButton.h b/SmartDeviceLink/SDLUnsubscribeButton.h
index bb16f43f5..c5f7301bb 100644
--- a/SmartDeviceLink/SDLUnsubscribeButton.h
+++ b/SmartDeviceLink/SDLUnsubscribeButton.h
@@ -3,7 +3,7 @@
#import "SDLRPCRequest.h"
-@class SDLButtonName;
+#import "SDLButtonName.h"
/**
@@ -38,6 +38,6 @@
* @discussion An Enumeration value, see <i>
* SDLButtonName</i>
*/
-@property (strong) SDLButtonName *buttonName;
+@property (strong) SDLButtonName buttonName;
@end