alloc static method
alloc
Implementation
static UIView alloc() {
final $ret = _objc_msgSend_151sglz(_class_UIView, _sel_alloc);
return UIView.fromPointer($ret, retain: false, release: true);
}
alloc
static UIView alloc() {
final $ret = _objc_msgSend_151sglz(_class_UIView, _sel_alloc);
return UIView.fromPointer($ret, retain: false, release: true);
}