Package apple.foundation
Interface NSURLSession.Block_downloadTaskWithURLCompletionHandler
-
- Enclosing class:
- NSURLSession
public static interface NSURLSession.Block_downloadTaskWithURLCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_downloadTaskWithURLCompletionHandler(NSURL location, NSURLResponse response, NSError error)
-
-
-
Method Detail
-
call_downloadTaskWithURLCompletionHandler
void call_downloadTaskWithURLCompletionHandler(NSURL location, NSURLResponse response, NSError error)
-
-