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