Swift -Protokoll -Vererbung
protocol Car {
...
}
protocol Brand: Car {
...
}
SAMER SAEID
protocol Car {
...
}
protocol Brand: Car {
...
}