summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLImageFieldName.m
blob: 63397b08911ad1c51a0357dc6d4d6c7075126891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//  SDLImageFieldName.m
//


#import "SDLImageFieldName.h"

SDLImageFieldName const SDLImageFieldNameSoftButtonImage = @"softButtonImage";
SDLImageFieldName const SDLImageFieldNameChoiceImage = @"choiceImage";
SDLImageFieldName const SDLImageFieldNameChoiceSecondaryImage = @"choiceSecondaryImage";
SDLImageFieldName const SDLImageFieldNameVoiceRecognitionHelpItem = @"vrHelpItem";
SDLImageFieldName const SDLImageFieldNameTurnIcon = @"turnIcon";
SDLImageFieldName const SDLImageFieldNameMenuIcon = @"menuIcon";
SDLImageFieldName const SDLImageFieldNameCommandIcon = @"cmdIcon";
SDLImageFieldName const SDLImageFieldNameAppIcon = @"appIcon";
SDLImageFieldName const SDLImageFieldNameGraphic = @"graphic";
SDLImageFieldName const SDLImageFieldNameSecondaryGraphic = @"secondaryGraphic";
SDLImageFieldName const SDLImageFieldNameShowConstantTBTIcon = @"showConstantTBTIcon";
SDLImageFieldName const SDLImageFieldNameShowConstantTBTNextTurnIcon = @"showConstantTBTNextTurnIcon";
SDLImageFieldName const SDLImageFieldNameLocationImage = @"locationImage";