summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLEncryptionConfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLEncryptionConfiguration.h')
-rw-r--r--SmartDeviceLink/SDLEncryptionConfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLEncryptionConfiguration.h b/SmartDeviceLink/SDLEncryptionConfiguration.h
index 8173ba655..591884460 100644
--- a/SmartDeviceLink/SDLEncryptionConfiguration.h
+++ b/SmartDeviceLink/SDLEncryptionConfiguration.h
@@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* A delegate callback that will tell you when an acknowledgement has occurred for starting as secure service.
*/
-@property (copy, nonatomic, nullable) id<SDLServiceEncryptionDelegate> delegate;
+@property (weak, nonatomic, nullable) id<SDLServiceEncryptionDelegate> delegate;
/**
* Creates a default encryption configuration.