summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLRoofStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLRoofStatus.h')
-rw-r--r--SmartDeviceLink/public/SDLRoofStatus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLRoofStatus.h b/SmartDeviceLink/public/SDLRoofStatus.h
index e2ec90b07..28072d8d5 100644
--- a/SmartDeviceLink/public/SDLRoofStatus.h
+++ b/SmartDeviceLink/public/SDLRoofStatus.h
@@ -60,10 +60,13 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (instancetype)initWithLocation:(SDLGrid *)location status:(SDLDoorStatusType)status state:(nullable SDLWindowState *)state;
+/// The location of the roof on the vehicle grid
@property (strong, nonatomic) SDLGrid *location;
+/// The status of the roof (e.g. if it is detachable)
@property (strong, nonatomic) SDLDoorStatusType status;
+/// The state of the roof if it has a window
@property (nullable, strong, nonatomic) SDLWindowState *state;
@end