Created
February 4, 2020 15:45
-
-
Save Yerazhas/be983897185c3da0a57f987aa3cfe7fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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