summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeWaypoints.h
blob: 33b4bc908d09189d5540772c4b721bee44f2bfa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//  SDLSubscribeWaypoints.h
//

#import "SDLRPCRequest.h"

/**
* A SDLSubscribeWaypoints can be sent to subscribe
* for any changes in waypoints/destinations
*
* @see SDLUnsubscribeWaypoints
*
*/

NS_ASSUME_NONNULL_BEGIN

@interface SDLSubscribeWaypoints : SDLRPCRequest

@end

NS_ASSUME_NONNULL_END