summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLSeatStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLSeatStatus.h')
-rw-r--r--SmartDeviceLink/public/SDLSeatStatus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLSeatStatus.h b/SmartDeviceLink/public/SDLSeatStatus.h
index 29d62c263..dee511504 100644
--- a/SmartDeviceLink/public/SDLSeatStatus.h
+++ b/SmartDeviceLink/public/SDLSeatStatus.h
@@ -50,8 +50,10 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (instancetype)initWithSeatLocation:(SDLSeatLocation *)seatLocation conditionActive:(BOOL)conditionActive;
+/// The location of the seat on the vehicle grid
@property (strong, nonatomic) SDLSeatLocation *seatLocation;
+/// If the seat condition is active (see the containing object parameter, such as 'seatsOccupied')
@property (strong, nonatomic) NSNumber<SDLBool> *conditionActive;
@end