// // SDLSystemCapabilityType.m // SmartDeviceLink-iOS // // Created by Joel Fischer on 7/10/17. // Copyright © 2017 smartdevicelink. All rights reserved. // #import "SDLSystemCapabilityType.h" SDLSystemCapabilityType const SDLSystemCapabilityTypeNavigation = @"NAVIGATION"; SDLSystemCapabilityType const SDLSystemCapabilityTypePhoneCall = @"PHONE_CALL"; SDLSystemCapabilityType const SDLSystemCapabilityTypeVideoStreaming = @"VIDEO_STREAMING"; SDLSystemCapabilityType const SDLSystemCapabilityTypeRemoteControl = @"REMOTE_CONTROL";