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


#import "SDLTimerMode.h"

SDLTimerMode const SDLTimerModeUp = @"UP";
SDLTimerMode const SDLTimerModeDown = @"DOWN";
SDLTimerMode const SDLTimerModeNone = @"NONE";