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