discreteProgressWithTotalUnitCount_ static method

NSProgress discreteProgressWithTotalUnitCount_(
  1. ThermionDartTexture1 _lib,
  2. int unitCount
)

Implementation

static NSProgress discreteProgressWithTotalUnitCount_(
    ThermionDartTexture1 _lib, int unitCount) {
  final _ret = _lib._objc_msgSend_659(_lib._class_NSProgress1,
      _lib._sel_discreteProgressWithTotalUnitCount_1, unitCount);
  return NSProgress._(_ret, _lib, retain: true, release: true);
}