Skip to content

Instantly share code, notes, and snippets.

@Yerazhas
Created February 4, 2020 15:45
Show Gist options
  • Save Yerazhas/be983897185c3da0a57f987aa3cfe7fc to your computer and use it in GitHub Desktop.
Save Yerazhas/be983897185c3da0a57f987aa3cfe7fc to your computer and use it in GitHub Desktop.
protocol CFMessagesSocketDelegate: class {
func didReceiveMessage(message: String)
func didReceiveError(error: Error)
func didReceiveData(data: Data)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment