Skip to content

Commit 7321632

Browse files
Merge pull request #218 from bonkey/stable
Fixed HttpServerIODelegate to public and class
2 parents 42942b5 + b800641 commit 7321632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/HttpServerIO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99
import Dispatch
1010

11-
protocol HttpServerIODelegate {
11+
public protocol HttpServerIODelegate: class {
1212
func socketConnectionReceived(_ socket: Socket)
1313
}
1414

0 commit comments

Comments
 (0)