summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustingluck93 <47197545+justingluck93@users.noreply.github.com>2019-12-10 09:11:14 -0500
committerGitHub <noreply@github.com>2019-12-10 09:11:14 -0500
commitd269944dceaf25ac43aa070fc3b613f7f39bfeec (patch)
treea613f506e82561a0ed118c79a46e78253e629239
parent3724b36b0bc147c6d0ffad6dea609fd0c427b6af (diff)
downloadsdl_ios-d269944dceaf25ac43aa070fc3b613f7f39bfeec.tar.gz
Apply suggestions from code review
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/SDLSecondaryTransportManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSecondaryTransportManager.m b/SmartDeviceLink/SDLSecondaryTransportManager.m
index b6fc75ef7..0e7ded243 100644
--- a/SmartDeviceLink/SDLSecondaryTransportManager.m
+++ b/SmartDeviceLink/SDLSecondaryTransportManager.m
@@ -96,7 +96,7 @@ static const int TCPPortUnspecified = -1;
// TCP port number of SDL Core. If the information isn't available then TCPPortUnspecified is stored.
@property (assign, nonatomic) int tcpPort;
// App is ready to set security manager to secondary protocol
-@property (assign, nonatomic) BOOL isAppReady;
+@property (assign, nonatomic, getter=isAppReady) BOOL appReady;
@end