Протокол Swift Phontocol
protocol Car {
...
}
protocol Brand: Car {
...
}
SAMER SAEID
protocol Car {
...
}
protocol Brand: Car {
...
}