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