diff options
Diffstat (limited to 'SmartDeviceLink/SmartDeviceLink.h')
-rw-r--r-- | SmartDeviceLink/SmartDeviceLink.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/SmartDeviceLink/SmartDeviceLink.h b/SmartDeviceLink/SmartDeviceLink.h index 1e02a0a19..f992275c1 100644 --- a/SmartDeviceLink/SmartDeviceLink.h +++ b/SmartDeviceLink/SmartDeviceLink.h @@ -318,6 +318,16 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[]; #import "SDLLockScreenConfiguration.h" #import "SDLStreamingMediaConfiguration.h" +// Streaming +#import "SDLAudioStreamManager.h" +#import "SDLAudioStreamManagerDelegate.h" +#import "SDLCarWindowViewController.h" +#import "SDLStreamingAudioManagerType.h" +#import "SDLStreamingMediaManager.h" +#import "SDLTouchManager.h" +#import "SDLTouchManagerDelegate.h" +#import "SDLSecurityType.h" + // Files #import "SDLArtwork.h" #import "SDLFile.h" @@ -335,13 +345,6 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[]; #import "SDLPermissionConstants.h" #import "SDLPermissionManager.h" -// Streaming -#import "SDLCarWindowViewController.h" -#import "SDLSecurityType.h" -#import "SDLStreamingMediaManager.h" -#import "SDLTouchManager.h" -#import "SDLTouchManagerDelegate.h" - // Touches #import "SDLPinchGesture.h" #import "SDLTouch.h" |