summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-07-19 12:03:36 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-07-19 12:03:36 -0700
commit37c33511b7a03b81f0ba44941cafcb7324d489c4 (patch)
treeab6604e8d4bc74a9f306f2306a4bc48cf78cfb5a
parent34e444116d73ff9825557a370be74c5b089a9461 (diff)
downloadsdl_ios-37c33511b7a03b81f0ba44941cafcb7324d489c4.tar.gz
Updated variable from "Listener" to "Delegate.
-rw-r--r--SmartDeviceLink/SDLTouchManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTouchManager.h b/SmartDeviceLink/SDLTouchManager.h
index 3593696e3..e04f0e53f 100644
--- a/SmartDeviceLink/SDLTouchManager.h
+++ b/SmartDeviceLink/SDLTouchManager.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLTouchManager : NSObject
-@property (nonatomic, weak, nullable) id<SDLTouchManagerDelegate> touchEventListener;
+@property (nonatomic, weak, nullable) id<SDLTouchManagerDelegate> touchEventDelegate;
/**
* @abstract