Skip to content

Instantly share code, notes, and snippets.

@ayanonagon
Created November 16, 2015 05:14
Show Gist options
  • Save ayanonagon/53b00b8e088bdf8d53ab to your computer and use it in GitHub Desktop.
Save ayanonagon/53b00b8e088bdf8d53ab to your computer and use it in GitHub Desktop.
func listMessages(completion: Result -> Void) {
// Get the list of messages
// If success, call completion(.Success(messages: messages))
// If error, call completion(.Error(error: error))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment