protocol
Person
{
//读写属性
var
name:
String
get
set
}
Int
func
method1()
method3()
move()
:
Chiken
print
(
"母鸡咯咯"
)
:继承的父类,协议1,协议2{