mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
160 B
Swift
9 lines
160 B
Swift
public class C {
|
|
public func f1() {
|
|
{ (error : NSError?) -> Void in
|
|
dispatch_async(dispatch_get_main_queue(), { () -> Void in
|
|
})
|
|
}
|
|
}
|
|
}
|