removeInteraction method

void removeInteraction(
  1. UIInteraction interaction
)

removeInteraction:

Implementation

void removeInteraction(UIInteraction interaction) {
objc.checkOsVersionInternal('UIView.removeInteraction:', iOS: (false, (11, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_removeInteraction_, interaction.ref.pointer);

}