setAnimationCurve static method
setAnimationCurve:
Implementation
static void setAnimationCurve(UIViewAnimationCurve curve) {
objc.checkOsVersionInternal('UIView.setAnimationCurve:', iOS: (false, (2, 0, 0)));
_objc_msgSend_up32gn(_class_UIView, _sel_setAnimationCurve_, curve.value);
}