setWithObjects_ static method

NSSet setWithObjects_(
  1. ThermionDartTexture1 _lib,
  2. NSObject firstObj
)

Implementation

static NSSet setWithObjects_(ThermionDartTexture1 _lib, NSObject firstObj) {
  final _ret = _lib._objc_msgSend_123(
      _lib._class_NSSet1, _lib._sel_setWithObjects_1, firstObj._id);
  return NSSet._(_ret, _lib, retain: true, release: true);
}