Protocols — The Swift Programming Language (Swift 5.6) Protocols A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The protocol can then be adopted by a class, structure, or enumeration to provide an actual implementation of tho docs.swift.org 위 공식문서를 보고 프로토콜에 대해서 공부해보자. 공부했지만 까먹은 Delegate 디자인 패턴을 더 깊이 공부할 수 있도록....