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