// // SDLAppServiceType.m // SmartDeviceLink // // Created by Nicole on 1/25/19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLAppServiceType.h" SDLAppServiceType const SDLAppServiceTypeMedia = @"MEDIA"; SDLAppServiceType const SDLAppServiceTypeWeather = @"WEATHER"; SDLAppServiceType const SDLAppServiceTypeNavigation = @"NAVIGATION";