I want this protocol:
protocol AddsMoreCommands { /* ... */ }
only to be adopted by classes that inherit from the class UIViewContro
UIViewContro
Because of an issue in the previous answer I ended up with this declaration:
protocol AddsMoreCommands where Self : UIViewController { // protocol stuff here }
no warnings in Xcode 9.1