summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSoftButtonObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSoftButtonObject.h')
-rw-r--r--SmartDeviceLink/SDLSoftButtonObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSoftButtonObject.h b/SmartDeviceLink/SDLSoftButtonObject.h
index 9b1db450c..706c31d17 100644
--- a/SmartDeviceLink/SDLSoftButtonObject.h
+++ b/SmartDeviceLink/SDLSoftButtonObject.h
@@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN
@param stateName The next state.
@return YES if a state was found with that name, NO otherwise.
*/
-- (BOOL)transitionToStateNamed:(NSString *)stateName;
+- (BOOL)transitionToStateNamed:(NSString *)stateName NS_SWIFT_NAME(transition(toState:));
- (void)transitionToNextState;