getAutomaticRule static method

NSInflectionRule getAutomaticRule(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSInflectionRule getAutomaticRule(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_886(
      _lib._class_NSInflectionRule1, _lib._sel_automaticRule1);
  return NSInflectionRule._(_ret, _lib, retain: true, release: true);
}