From c6154d868b253c4eeb14ebfc7e31341176cd01a9 Mon Sep 17 00:00:00 2001 From: NicoleYarroch Date: Mon, 16 Mar 2020 15:47:14 -0400 Subject: Fixed more imports & spelling --- SmartDeviceLink/SDLStreamingAudioLifecycleManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SmartDeviceLink/SDLStreamingAudioLifecycleManager.h') diff --git a/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h b/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h index e45d9e557..7822f17c8 100644 --- a/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h +++ b/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h @@ -8,16 +8,16 @@ #import -#import "SDLConfiguration.h" #import "SDLHMILevel.h" #import "SDLProtocolListener.h" #import "SDLStreamingAudioManagerType.h" #import "SDLStreamingMediaManagerConstants.h" -#import "SDLSystemCapabilityManager.h" @class SDLAudioStreamManager; +@class SDLConfiguration; @class SDLProtocol; @class SDLStateMachine; +@class SDLSystemCapabilityManager; @class SDLEncryptionConfiguration; @protocol SDLConnectionManagerType; @@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN */ @property (assign, nonatomic, readonly, getter=isAudioEncrypted) BOOL audioEncrypted; -/// Whether or not vidoe/audio streaming is supported +/// Whether or not video/audio streaming is supported /// @discussion If connected to a module pre-SDL v4.5 there is no way to check if streaming is supported so `YES` is returned by default even though the module may NOT support video/audio streaming. @property (assign, nonatomic, readonly, getter=isStreamingSupported) BOOL streamingSupported; -- cgit v1.2.1