summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeliveryMode.m
blob: b97b7ae23321ebc2a1827d379c23174ff860bef5 (plain)
1
2
3
4
5
6
7
8
//  SDLDeliveryMode.h
//

#import "SDLDeliveryMode.h"

SDLDeliveryMode const SDLDeliveryModePrompt = @"PROMPT";
SDLDeliveryMode const SDLDeliveryModeDestination = @"DESTINATION";
SDLDeliveryMode const SDLDeliveryModeQueue = @"QUEUE";