summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-06-15 09:16:57 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-06-15 09:16:57 -0700
commit17337c423d1b768f02203345352b661d87bf92f0 (patch)
tree97d1c8e962f221f61bd5fd724fdc99793fb8c4fb
parent80ba0135672f0b18a3eeed70ef74e035b50ab7f1 (diff)
downloadsdl_ios-17337c423d1b768f02203345352b661d87bf92f0.tar.gz
Added touch manager to SmartDeviceLink.h
-rw-r--r--SmartDeviceLink/SmartDeviceLink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/SmartDeviceLink.h b/SmartDeviceLink/SmartDeviceLink.h
index 1bfbcb655..e6e73f895 100644
--- a/SmartDeviceLink/SmartDeviceLink.h
+++ b/SmartDeviceLink/SmartDeviceLink.h
@@ -17,6 +17,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLProxyFactory.h"
#import "SDLProxyListener.h"
#import "SDLStreamingMediaManager.h"
+#import "SDLTouchManager.h"
#import "SDLTTSChunkFactory.h"
/***** Debug *****/
@@ -36,6 +37,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLAbstractProtocol.h"
#import "SDLProtocol.h"
#import "SDLProtocolListener.h"
+#import "SDLTouchManagerListener.h"
// Header
#import "SDLProtocolHeader.h"