appearance static method

UILabel appearance()
override

appearance

Implementation

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