descriptorWithDate_ static method

NSAppleEventDescriptor descriptorWithDate_(
  1. ThermionDartTexture1 _lib,
  2. NSDate date
)

Implementation

static NSAppleEventDescriptor descriptorWithDate_(
    ThermionDartTexture1 _lib, NSDate date) {
  final _ret = _lib._objc_msgSend_608(_lib._class_NSAppleEventDescriptor1,
      _lib._sel_descriptorWithDate_1, date._id);
  return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true);
}