summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLDoorStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLDoorStatus.h')
-rw-r--r--SmartDeviceLink/public/SDLDoorStatus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLDoorStatus.h b/SmartDeviceLink/public/SDLDoorStatus.h
index 9562a9ebf..2915d8ca9 100644
--- a/SmartDeviceLink/public/SDLDoorStatus.h
+++ b/SmartDeviceLink/public/SDLDoorStatus.h
@@ -51,10 +51,12 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (instancetype)initWithLocation:(SDLGrid *)location status:(SDLDoorStatusType)status;
+/// The location of the door on the vehicle grid
@property (strong, nonatomic) SDLGrid *location;
+/// The status of the door
@property (strong, nonatomic) SDLDoorStatusType status;
@end
-NS_ASSUME_NONNULL_END \ No newline at end of file
+NS_ASSUME_NONNULL_END