summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLManager.h')
-rw-r--r--SmartDeviceLink/SDLManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLManager.h b/SmartDeviceLink/SDLManager.h
index 1e3438b16..615189675 100644
--- a/SmartDeviceLink/SDLManager.h
+++ b/SmartDeviceLink/SDLManager.h
@@ -38,7 +38,7 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
/**
* The current HMI level of the running app.
*/
-@property (copy, nonatomic, readonly) SDLHMILevel hmiLevel;
+@property (copy, nonatomic, readonly, nullable) SDLHMILevel hmiLevel;
/**
* The current audio streaming state of the running app.