summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeButton.h')
-rw-r--r--SmartDeviceLink/SDLSubscribeButton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSubscribeButton.h b/SmartDeviceLink/SDLSubscribeButton.h
index 5576141b9..6b3465636 100644
--- a/SmartDeviceLink/SDLSubscribeButton.h
+++ b/SmartDeviceLink/SDLSubscribeButton.h
@@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN
* @abstract The name of the button to subscribe to
* @discussion An enum value, see <i>SDLButtonName</i>
*/
-@property (strong) SDLButtonName buttonName;
+@property (strong, nonatomic) SDLButtonName buttonName;
@end