summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-07-28 09:15:08 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-07-28 09:15:08 -0700
commit3dc4d5cedc0de662197a26c9f01e94c972628ffc (patch)
treeb87ef1211fda45899ae9163af0545839d47d84cd
parent977f7f488b78fc1a352972913f6b56638f92463a (diff)
downloadsdl_ios-3dc4d5cedc0de662197a26c9f01e94c972628ffc.tar.gz
Updated SDLPinchGesture's touches from having copy to strong.
-rw-r--r--SmartDeviceLink/SDLPinchGesture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLPinchGesture.h b/SmartDeviceLink/SDLPinchGesture.h
index ed1533759..33617594e 100644
--- a/SmartDeviceLink/SDLPinchGesture.h
+++ b/SmartDeviceLink/SDLPinchGesture.h
@@ -30,13 +30,13 @@ NS_ASSUME_NONNULL_BEGIN
* @abstract
* First touch of a pinch gesture.
*/
-@property (nonatomic, copy) SDLTouch* firstTouch;
+@property (nonatomic, strong) SDLTouch* firstTouch;
/**
* @abstract
* Second touch of a pinch gesture.
*/
-@property (nonatomic, copy) SDLTouch* secondTouch;
+@property (nonatomic, strong) SDLTouch* secondTouch;
/**
* @abstract