attributeWithName_stringValue_ static method

NSObject attributeWithName_stringValue_(
  1. ThermionDartTexture1 _lib,
  2. NSString name,
  3. NSString stringValue
)
override

Implementation

static NSObject attributeWithName_stringValue_(
    ThermionDartTexture1 _lib, NSString name, NSString stringValue) {
  final _ret = _lib._objc_msgSend_1092(_lib._class_NSXMLDTD1,
      _lib._sel_attributeWithName_stringValue_1, name._id, stringValue._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}