summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Beharry <109764059+jshivabeharry@users.noreply.github.com>2022-09-06 11:27:49 -0400
committerGitHub <noreply@github.com>2022-09-06 11:27:49 -0400
commit7a222795f2dd2f27224fc7b26d96a21e1ec77368 (patch)
tree02994763eefffde288e0af21202e894b987aa36f
parent3535a279481cd14ee31fe335d72ade94c8ba99c8 (diff)
downloadsdl_ios-7a222795f2dd2f27224fc7b26d96a21e1ec77368.tar.gz
Update SmartDeviceLink/public/SDLTouchManagerDelegate.h
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
-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