// // SDLDirection.m // SmartDeviceLink // // Created by Nicole on 2/22/19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLDirection.h" SDLDirection const SDLDirectionLeft = @"LEFT"; SDLDirection const SDLDirectionRight = @"RIGHT";