Parsable doesn't have to be a client

This commit is contained in:
Erik 2017-05-01 18:45:53 -04:00
parent 7777c76dae
commit c87bb409b5
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -22,7 +22,7 @@
import Foundation
protocol SocketParsable : SocketIOClientSpec {
protocol SocketParsable {
func parseBinaryData(_ data: Data)
func parseSocketMessage(_ message: String)
}