mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
10 lines
211 B
Swift
10 lines
211 B
Swift
import CarPlay
|
|
|
|
final class SearchTemplateBuilder {
|
|
// MARK: - CPSearchTemplate builder
|
|
class func buildSearchTemplate() -> CPSearchTemplate {
|
|
let template = CPSearchTemplate()
|
|
return template
|
|
}
|
|
}
|