Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mischa-hildebrand/48fb44df8c156d780d03c24deec07d3c to your computer and use it in GitHub Desktop.
Save mischa-hildebrand/48fb44df8c156d780d03c24deec07d3c to your computer and use it in GitHub Desktop.
Send Message
func send(_ message: String) {
let newMessage = Message(text: message, receiverId: userId)
dataStore.send(newMessage)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment