Przeglądaj źródła

Fixed HttpServerIODelegate to public and class

Daniel Bauke 9 lat temu
rodzic
commit
b80064107d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Sources/HttpServerIO.swift

+ 1 - 1
Sources/HttpServerIO.swift

@@ -8,7 +8,7 @@
 import Foundation
 import Dispatch
 
-protocol HttpServerIODelegate {
+public protocol HttpServerIODelegate: class {
     func socketConnectionReceived(_ socket: Socket)
 }