customPronounForLanguage_ method

NSMorphologyCustomPronoun? customPronounForLanguage_(
  1. NSString language
)

Implementation

NSMorphologyCustomPronoun? customPronounForLanguage_(NSString language) {
  final _ret = _lib._objc_msgSend_893(
      _id, _lib._sel_customPronounForLanguage_1, language._id);
  return _ret.address == 0
      ? null
      : NSMorphologyCustomPronoun._(_ret, _lib, retain: true, release: true);
}