alloc static method

UILabel alloc()
override

alloc

Implementation

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