Explorar el Código

Fixed HttpServerIODelegate to public and class

Daniel Bauke hace 9 años
padre
commit
b80064107d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 }