1편
전체 글
Swift 프로토콜과 확장에 대해 정리한 개발 블로그 글입니다. protocol Drawable { func draw() var color: String { get set } }