4 lines
36 B
Swift
4 lines
36 B
Swift
|
|
protocol Eatable {
|
||
|
|
func eat()
|
||
|
|
}
|