Skip to content

Commit 675c8d4

Browse files
Brandon Shegahamchapman
authored andcommitted
Made Authorizer completion handler @escaping
1 parent b63fc40 commit 675c8d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Authorizer.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Foundation
22

33
@objc public protocol Authorizer {
4-
@objc func fetchAuthValue(socketID: String, channelName: String, completionHandler: (PusherAuth?) -> ())
4+
@objc func fetchAuthValue(socketID: String, channelName: String,
5+
completionHandler: @escaping (PusherAuth?) -> ())
56
}

0 commit comments

Comments
 (0)