- Swift 4 Protocol-Oriented Programming(Third Edition)
- Jon Hoffman
- 41字
- 2021-07-08 09:42:35
Protocol syntax
In this section, we will look at how to define a protocol and how to add requirements to it. This will give us a basic understanding of the protocol. The rest of the chapter will build on this understanding.