didRotateFromInterfaceOrientation method
didRotateFromInterfaceOrientation:
Implementation
void didRotateFromInterfaceOrientation(UIInterfaceOrientation fromInterfaceOrientation) {
objc.checkOsVersionInternal('UIViewController.didRotateFromInterfaceOrientation:', iOS: (false, (2, 0, 0)));
_objc_msgSend_13bsfjm(this.ref.pointer, _sel_didRotateFromInterfaceOrientation_, fromInterfaceOrientation.value);
}