summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSoftButtonType.m
blob: 38de6d703054868ae27ce59e7832a84d7c93e2ec (plain)
1
2
3
4
5
6
7
8
9
//  SDLSoftButtonType.m
//


#import "SDLSoftButtonType.h"

SDLSoftButtonType const SDLSoftButtonTypeText = @"TEXT";
SDLSoftButtonType const SDLSoftButtonTypeImage = @"IMAGE";
SDLSoftButtonType const SDLSoftButtonTypeBoth = @"BOTH";