import CarPlay
import Foundation
protocol CarPlayListItemProvider {
var template: CPListItem { get set }
}