blob: b93293da91afb7af5260211fcca4c2effc94bddf (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SDLCarModeStatus.m
//
#import "SDLCarModeStatus.h"
SDLCarModeStatus const SDLCarModeStatusNormal = @"NORMAL";
SDLCarModeStatus const SDLCarModeStatusFactory = @"FACTORY";
SDLCarModeStatus const SDLCarModeStatusTransport = @"TRANSPORT";
SDLCarModeStatus const SDLCarModeStatusCrash = @"CRASH";
|