writeToURL_atomically_ method

bool writeToURL_atomically_(
  1. NSURL url,
  2. bool atomically
)

Implementation

bool writeToURL_atomically_(NSURL url, bool atomically) {
  return _lib._objc_msgSend_133(
      _id, _lib._sel_writeToURL_atomically_1, url._id, atomically);
}