matchesContentsOfURL_ method

bool matchesContentsOfURL_(
  1. NSURL url
)

Implementation

bool matchesContentsOfURL_(NSURL url) {
  return _lib._objc_msgSend_264(
      _id, _lib._sel_matchesContentsOfURL_1, url._id);
}