removeKeyCommand method

void removeKeyCommand(
  1. UIKeyCommand keyCommand
)

removeKeyCommand:

Implementation

void removeKeyCommand(UIKeyCommand keyCommand) {
  objc.checkOsVersionInternal('UIViewController.removeKeyCommand:', iOS: (false, (9, 0, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_removeKeyCommand_, keyCommand.ref.pointer);
}