summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-05-02 11:25:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-05-02 11:25:39 -0400
commit4efa3faf6f098577915bbfb49eb950d85ab06e21 (patch)
tree6cca69376ec4cebfe97e4a95a365917f28712b86
parenta691a2b1589dcf97f5c0240a6786d67e4907b2d2 (diff)
downloadsdl_ios-4efa3faf6f098577915bbfb49eb950d85ab06e21.tar.gz
Fix readonly
-rw-r--r--SmartDeviceLink/UIWindow+SDLExtensions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/UIWindow+SDLExtensions.h b/SmartDeviceLink/UIWindow+SDLExtensions.h
index 615829d72..2c9a259ca 100644
--- a/SmartDeviceLink/UIWindow+SDLExtensions.h
+++ b/SmartDeviceLink/UIWindow+SDLExtensions.h
@@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface UIWindow (SDLExtensions)
-@property (strong, nonatomic) UIViewController *sdl_topMostController;
+@property (strong, nonatomic, readonly) UIViewController *sdl_topMostController;
@end