summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SmartDeviceLink/public/SDLTouchManagerDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLTouchManagerDelegate.h b/SmartDeviceLink/public/SDLTouchManagerDelegate.h
index 69b1e5686..414557ed2 100644
--- a/SmartDeviceLink/public/SDLTouchManagerDelegate.h
+++ b/SmartDeviceLink/public/SDLTouchManagerDelegate.h
@@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN
@param point Center point of the pinch in the head unit's coordinate system
@param scale Scale relative to the distance between touch points
*/
-- (void)touchManager:(SDLTouchManager *)manager didReceivePinchInView:(UIView *_Nullable)view atCenterPoint:(CGPoint)point withScale:(CGFloat)scale __deprecated_msg("Use didReceivePinchAtCenterPoint:withScale: instead");
+- (void)touchManager:(SDLTouchManager *)manager didReceivePinchInView:(UIView *_Nullable)view atCenterPoint:(CGPoint)point withScale:(CGFloat)scale __deprecated_msg("Use touchManager:didReceivePinchAtCenterPoint:withScale: instead");
/**
Pinch did end