Skip to content

Commit b800641

Browse files
author
Daniel Bauke
committed
Fixed HttpServerIODelegate to public and class
1 parent 42942b5 commit b800641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)