willMoveToSuperview method
willMoveToSuperview:
Implementation
void willMoveToSuperview(UIView? newSuperview) {
objc.checkOsVersionInternal('UIView.willMoveToSuperview:', iOS: (false, (2, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_willMoveToSuperview_, newSuperview?.ref.pointer ?? ffi.nullptr);
}