mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02: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
|
|
})
|
|
}
|
|
}
|
|
}
|