summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeWaypoints.h
blob: fc5860f25c6b8447d9c0c884494a0ab29903859f (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
27
28
//  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

NS_ASSUME_NONNULL_BEGIN

__deprecated_msg("Use SDLSubscribeWayPoints instead")
@interface SDLSubscribeWaypoints : SDLSubscribeWayPoints
@end

NS_ASSUME_NONNULL_END