dateWithString_ static method

NSObject dateWithString_(
  1. ThermionDartTexture1 _lib,
  2. NSString aString
)
override

Implementation

static NSObject dateWithString_(ThermionDartTexture1 _lib, NSString aString) {
  final _ret = _lib._objc_msgSend_31(
      _lib._class_NSCalendarDate1, _lib._sel_dateWithString_1, aString._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}