summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLLifecycleManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/private/SDLLifecycleManager.h')
-rw-r--r--SmartDeviceLink/private/SDLLifecycleManager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/SmartDeviceLink/private/SDLLifecycleManager.h b/SmartDeviceLink/private/SDLLifecycleManager.h
index fdda17f40..37c90f50e 100644
--- a/SmartDeviceLink/private/SDLLifecycleManager.h
+++ b/SmartDeviceLink/private/SDLLifecycleManager.h
@@ -79,12 +79,12 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
@property (strong, nonatomic, readonly) SDLStateMachine *lifecycleStateMachine;
@property (copy, nonatomic, readonly) SDLLifecycleState *lifecycleState;
-@property (copy, nonatomic, nullable) SDLHMILevel hmiLevel;
-@property (copy, nonatomic, nullable) SDLAudioStreamingState audioStreamingState;
-@property (copy, nonatomic, nullable) SDLVideoStreamingState videoStreamingState;
-@property (copy, nonatomic, nullable) SDLSystemContext systemContext;
-@property (strong, nonatomic, nullable) SDLRegisterAppInterfaceResponse *registerResponse;
-@property (strong, nonatomic, nullable) SDLSystemInfo *systemInfo;
+@property (copy, nonatomic, readonly, nullable) SDLHMILevel hmiLevel;
+@property (copy, nonatomic, readonly, nullable) SDLAudioStreamingState audioStreamingState;
+@property (copy, nonatomic, readonly, nullable) SDLVideoStreamingState videoStreamingState;
+@property (copy, nonatomic, readonly, nullable) SDLSystemContext systemContext;
+@property (strong, nonatomic, readonly, nullable) SDLRegisterAppInterfaceResponse *registerResponse;
+@property (strong, nonatomic, readonly, nullable) SDLSystemInfo *systemInfo;
@property (strong, nonatomic) NSOperationQueue *rpcOperationQueue;