We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8ec87 commit f8e0b00Copy full SHA for f8e0b00
test/1_stdlib/AssetsLibrary.swift
@@ -11,6 +11,6 @@ let library = ALAssetsLibrary()
11
library.enumerateGroupsWithTypes(ALAssetsGroupAll,
12
usingBlock: {(group: ALAssetsGroup?, stop: UnsafeMutablePointer<ObjCBool>?) -> Void in
13
print("Swift usingBlock")},
14
- failureBlock: {(error: NSError?) -> Void in
+ failureBlock: {(error: Error?) -> Void in
15
print("Swift failureBlock")})
16
0 commit comments