addInteraction method
addInteraction:
Implementation
void addInteraction(UIInteraction interaction) {
objc.checkOsVersionInternal('UIView.addInteraction:', iOS: (false, (11, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_addInteraction_, interaction.ref.pointer);
}