Explorar o código

Merge pull request #218 from bonkey/stable

Fixed HttpServerIODelegate to public and class
Damian Kołakowski %!s(int64=9) %!d(string=hai) anos
pai
achega
73216329c5
Modificáronse 1 ficheiros con 1 adicións e 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)
 }