textWithStringValue_ static method

NSObject textWithStringValue_(
  1. ThermionDartTexture1 _lib,
  2. NSString stringValue
)
override

Implementation

static NSObject textWithStringValue_(
    ThermionDartTexture1 _lib, NSString stringValue) {
  final _ret = _lib._objc_msgSend_31(_lib._class_NSXMLDTD1,
      _lib._sel_textWithStringValue_1, stringValue._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}