Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 226 Bytes

File metadata and controls

18 lines (12 loc) · 226 Bytes

PROTOCOL

Nameable

public protocol Nameable: CustomStringConvertible

Describes a thing that can be named

Properties

givenName

var givenName: String

Name of the thing being named