getFileProviderServicesForItemAtURL_completionHandler_ method

void getFileProviderServicesForItemAtURL_completionHandler_(
  1. NSURL url,
  2. ObjCBlock_ffiVoid_NSDictionary_NSError completionHandler
)

Implementation

void getFileProviderServicesForItemAtURL_completionHandler_(
    NSURL url, ObjCBlock_ffiVoid_NSDictionary_NSError completionHandler) {
  _lib._objc_msgSend_464(
      _id,
      _lib._sel_getFileProviderServicesForItemAtURL_completionHandler_1,
      url._id,
      completionHandler._id);
}