summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSeatLocation.h
blob: 0c4d7059764b19713bed1d49f9b5f5f0551b2c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
//  SDLSeatLocation.h
//  SmartDeviceLink
//
//  Created by standa1 on 7/11/19.
//  Copyright © 2019 smartdevicelink. All rights reserved.
//

#import "SDLRPCMessage.h"
#import "SDLGrid.h"

NS_ASSUME_NONNULL_BEGIN

/**
 * Describes the location of a seat
 */
@interface SDLSeatLocation : SDLRPCStruct

/**
 * Optional
 */
@property (strong, nonatomic, nullable) SDLGrid *grid;

@end

NS_ASSUME_NONNULL_END