How to require that a protocol can only be adopted by a specific class January 8, 2023 by Tarik protocol AddsMoreCommands: class { // Code } extension AddsMoreCommands where Self: UIViewController { // Code }