Ver Fonte

Fixed HttpServerIODelegate to public and class

Daniel Bauke há 9 anos atrás
pai
commit
b80064107d
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
 }