summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-20 16:07:11 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-03-20 16:07:11 -0400
commitfdd107a72053f06d98d279ed57d9a50f1533a8ba (patch)
treeb7ac30cc2c4a39e33c383f639d3bfc7ff277ca6a
parentf44e9273c4f53b3c5bb15e417ea810007ec89361 (diff)
downloadsdl_ios-feature/screen_manager_extension.tar.gz
-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;