summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaManager.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-11-28 15:18:16 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-11-28 15:18:16 -0500
commit315e7414b8c48da82a78e8cfbd51c8acd64c5b68 (patch)
treeb5312e74bec6694079de66a1aca10f62c95b2f5c /SmartDeviceLink/SDLStreamingMediaManager.h
parent978e93b4b8a79f71b201b798ed2dfc2e5df64bac (diff)
downloadsdl_ios-315e7414b8c48da82a78e8cfbd51c8acd64c5b68.tar.gz
Fixed several bugs with new lock screen presenter
* Integrated CarWindow into existing SMM
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index 07d06d1fb..23e56f85b 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -30,6 +30,8 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, strong, readonly) SDLTouchManager *touchManager;
+@property (nonatomic, strong) UIViewController *rootViewController;
+
/**
A haptic interface that can be updated to reparse views within the window you've provided. Send a `SDLDidUpdateProjectionView` notification or call the `updateInterfaceLayout` method to reparse. The "output" of this haptic interface occurs in the `touchManager` property where it will call the delegate.
*/