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