Преглед изворни кода

Merge pull request #218 from bonkey/stable

Fixed HttpServerIODelegate to public and class
Damian Kołakowski пре 9 година
родитељ
комит
73216329c5
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
 }