Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 270 Bytes

File metadata and controls

18 lines (12 loc) · 270 Bytes

PROTOCOL

Human

public protocol Human: Animal, Nameable, AnimalOwner

Humans are mammals, age with time, and have a given name.

Properties

familyName

var familyName: String?

Most humans have a family name, but some do not.