addressCheckingResultWithRange_components_ static method

NSTextCheckingResult addressCheckingResultWithRange_components_(
  1. ThermionDartTexture1 _lib,
  2. _NSRange range,
  3. NSDictionary components
)

Implementation

static NSTextCheckingResult addressCheckingResultWithRange_components_(
    ThermionDartTexture1 _lib, _NSRange range, NSDictionary components) {
  final _ret = _lib._objc_msgSend_952(
      _lib._class_NSTextCheckingResult1,
      _lib._sel_addressCheckingResultWithRange_components_1,
      range,
      components._id);
  return NSTextCheckingResult._(_ret, _lib, retain: true, release: true);
}