summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-09-20 14:36:07 -0400
committerNicoleYarroch <nicole@livio.io>2017-09-20 14:36:07 -0400
commit108310308ab6b37a0d9a50ebf3c76171b5ab2c12 (patch)
treea529558293a1c24c5c1a7c236f9aa53dec182794
parentea6707a2c81235df6cdc5bb835512133341ae09e (diff)
downloadsdl_ios-bugfix/issue_672_crash_proxy_transport_dealloc.tar.gz
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLIAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLIAPSession.h b/SmartDeviceLink/SDLIAPSession.h
index c7ce03bb3..542d93786 100644
--- a/SmartDeviceLink/SDLIAPSession.h
+++ b/SmartDeviceLink/SDLIAPSession.h
@@ -18,7 +18,7 @@ typedef void (^SessionCompletionHandler)(BOOL success);
@property (nullable, strong, nonatomic) NSString *protocol;
@property (nullable, strong, nonatomic) EASession *easession;
@property (nullable, weak, nonatomic) id<SDLIAPSessionDelegate> delegate;
-@property (nullable, weak, nonatomic) SDLStreamDelegate *streamDelegate;
+@property (nullable, strong, nonatomic) SDLStreamDelegate *streamDelegate;
@property (assign, readonly, getter=isStopped) BOOL stopped;
- (instancetype)initWithAccessory:(EAAccessory *)accessory