Jelajahi Sumber

Fixed HttpServerIODelegate to public and class

Daniel Bauke 9 tahun lalu
induk
melakukan
b80064107d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 }