summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-04-03 15:45:31 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-04-03 15:45:31 -0400
commitd411f11aee851fe691f614b5db727752671744e5 (patch)
tree4ef2594b6f1348d636e651a2aa1a65e460632fa2
parent0b417f84870029cb40e32a655a09bbb620370f06 (diff)
downloadsdl_ios-d411f11aee851fe691f614b5db727752671744e5.tar.gz
JG - adding empty line
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.h b/SmartDeviceLink/SDLLifecycleManager.h
index b7c3289f1..bc6daef6b 100644
--- a/SmartDeviceLink/SDLLifecycleManager.h
+++ b/SmartDeviceLink/SDLLifecycleManager.h
@@ -107,6 +107,7 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
* Start the manager, which will tell it to start looking for a connection. Once one does, it will automatically run the setup process and call the readyBlock when done.
*
* @warning If you call this method from SDLManager's `startWithReadyHandler` be sure to wrap the `stop` call inside a dispatch_async and send it to the main queue or a global queue, otherwise calling `stop` may cause a deadlock.
+ *
* @param readyHandler The block called when the manager is ready to be used or an error occurs while attempting to become ready.
*/
- (void)startWithReadyHandler:(SDLManagerReadyBlock)readyHandler;