diff options
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeWaypoints.h')
-rw-r--r-- | SmartDeviceLink/SDLSubscribeWaypoints.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLSubscribeWaypoints.h b/SmartDeviceLink/SDLSubscribeWaypoints.h index fb04caf97..fc5860f25 100644 --- a/SmartDeviceLink/SDLSubscribeWaypoints.h +++ b/SmartDeviceLink/SDLSubscribeWaypoints.h @@ -10,10 +10,19 @@ * @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 +@interface SDLSubscribeWaypoints : SDLSubscribeWayPoints +@end + +NS_ASSUME_NONNULL_END |