We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42942b5 + b800641 commit 7321632Copy full SHA for 7321632
1 file changed
Sources/HttpServerIO.swift
@@ -8,7 +8,7 @@
8
import Foundation
9
import Dispatch
10
11
-protocol HttpServerIODelegate {
+public protocol HttpServerIODelegate: class {
12
func socketConnectionReceived(_ socket: Socket)
13
}
14
0 commit comments