Herança do protocolo Swift
protocol Car {
...
}
protocol Brand: Car {
...
}
SAMER SAEID
protocol Car {
...
}
protocol Brand: Car {
...
}