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 b63fc40 commit 675c8d4Copy full SHA for 675c8d4
Sources/Authorizer.swift
@@ -1,5 +1,6 @@
1
import Foundation
2
3
@objc public protocol Authorizer {
4
- @objc func fetchAuthValue(socketID: String, channelName: String, completionHandler: (PusherAuth?) -> ())
+ @objc func fetchAuthValue(socketID: String, channelName: String,
5
+ completionHandler: @escaping (PusherAuth?) -> ())
6
}
0 commit comments