summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLManagerDelegate.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-17 13:20:16 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-17 13:20:16 -0400
commite5c8635d9431a923fe03900b52a3528db5f97a2e (patch)
treee51fc7291ec80b9dbfc2048a33983cf05f752de4 /SmartDeviceLink/SDLManagerDelegate.h
parentf05f0af10cdc7573fd2a4360d31304d232fadfdc (diff)
downloadsdl_ios-e5c8635d9431a923fe03900b52a3528db5f97a2e.tar.gz
Starting up the SDLManager now requires a ready block
* SDLManagerDelegate methods are now optional
Diffstat (limited to 'SmartDeviceLink/SDLManagerDelegate.h')
-rw-r--r--SmartDeviceLink/SDLManagerDelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLManagerDelegate.h b/SmartDeviceLink/SDLManagerDelegate.h
index 66a294fe8..4f33fc777 100644
--- a/SmartDeviceLink/SDLManagerDelegate.h
+++ b/SmartDeviceLink/SDLManagerDelegate.h
@@ -10,6 +10,7 @@
@protocol SDLManagerDelegate <NSObject>
+@optional
/**
* Called when the manager is ready to be used by the application. Any RPCs that attempt to be set before this readiness call will be ignored.
*/