summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVentilationMode.m
blob: b4b26eef167631cce85798f38ec361c049b7ce29 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
//  SDLVentilationMode.m
//

#import "SDLVentilationMode.h"


SDLVentilationMode const SDLVentilationModeUpper = @"UPPER";
SDLVentilationMode const SDLVentilationModeLower = @"LOWER";
SDLVentilationMode const SDLVentilationModeBoth = @"BOTH";
SDLVentilationMode const SDLVentilationModeNone = @"NONE";