summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaManager.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-09-05 11:23:31 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-09-05 11:23:31 -0400
commit27d7c9cf4e89eba1f85cd20ef12e0b324967c6e7 (patch)
tree5c566bebd9ac922bf53fde41079e421db5bdfeea /SmartDeviceLink/SDLStreamingMediaManager.h
parent3b9aada0f05e701e180cfacb4d1a2f4de0718486 (diff)
downloadsdl_ios-27d7c9cf4e89eba1f85cd20ef12e0b324967c6e7.tar.gz
Fix build errors
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index fedf5460c..c06e9ac3d 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -9,7 +9,6 @@
#import <Foundation/Foundation.h>
#import <VideoToolbox/VideoToolbox.h>
-#import "SDLConnectionManagerType.h"
#import "SDLStreamingMediaManagerConstants.h"
@class SDLAbstractProtocol;
@@ -17,6 +16,8 @@
@class SDLTouchManager;
@class SDLVideoStreamingFormat;
+@protocol SDLConnectionManagerType;
+
NS_ASSUME_NONNULL_BEGIN
#pragma mark - Interface