commentWithStringValue_ static method

NSObject commentWithStringValue_(
  1. ThermionDartTexture1 _lib,
  2. NSString stringValue
)

Implementation

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