iOS/Sources/CarPlay/Templates/Areas/CarPlayAreasZonesTemplate+B...

9 lines
200 B
Swift

import Foundation
@available(iOS 16.0, *)
extension CarPlayAreasZonesTemplate {
static func build() -> any CarPlayTemplateProvider {
CarPlayAreasZonesTemplate(viewModel: .init())
}
}