// // SDLMediaType.m // SmartDeviceLink // // Created by Nicole on 2/8/19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLMediaType.h" SDLMediaType const SDLMediaTypeMusic = @"MUSIC"; SDLMediaType const SDLMediaTypePodcast = @"PODCAST"; SDLMediaType const SDLMediaTypeAudiobook = @"AUDIOBOOK"; SDLMediaType const SDLMediaTypeOther = @"OTHER";