getUserMorphology static method

NSMorphology getUserMorphology(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSMorphology getUserMorphology(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_895(
      _lib._class_NSMorphology1, _lib._sel_userMorphology1);
  return NSMorphology._(_ret, _lib, retain: true, release: true);
}