summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLockScreenPresenter.m
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-12-18 12:20:14 -0500
committerNicoleYarroch <nicole@livio.io>2019-12-18 12:20:14 -0500
commit884509e69e044050967bccf4d1bc18dfaf0313b7 (patch)
tree2dd43c8afe7cd75e1e66807f963801942a6e97a9 /SmartDeviceLink/SDLLockScreenPresenter.m
parent602b408329614c24e4ec18270b08557a9f47ea5e (diff)
downloadsdl_ios-884509e69e044050967bccf4d1bc18dfaf0313b7.tar.gz
Removed attribute
Diffstat (limited to 'SmartDeviceLink/SDLLockScreenPresenter.m')
-rw-r--r--SmartDeviceLink/SDLLockScreenPresenter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLockScreenPresenter.m b/SmartDeviceLink/SDLLockScreenPresenter.m
index 51e7b0749..1e1479af2 100644
--- a/SmartDeviceLink/SDLLockScreenPresenter.m
+++ b/SmartDeviceLink/SDLLockScreenPresenter.m
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLLockScreenPresenter ()
@property (strong, nonatomic, nullable) UIWindow *lockWindow;
-@property (assign, nonatomic, readwrite) BOOL presented;
+@property (assign, nonatomic) BOOL presented;
@end