Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 220 Bytes

protocols.md

File metadata and controls

9 lines (7 loc) · 220 Bytes

Protocols

A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality.

protocol SomeProtocol {
    // protocol definition goes here
}