bringSubviewToFront method
bringSubviewToFront:
Implementation
void bringSubviewToFront(UIView view) {
objc.checkOsVersionInternal('UIView.bringSubviewToFront:', iOS: (false, (2, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_bringSubviewToFront_, view.ref.pointer);
}