Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created July 15, 2018 18:23
Show Gist options
  • Select an option

  • Save twittemb/f3cff944bd544b299146c2b4d3247def to your computer and use it in GitHub Desktop.

Select an option

Save twittemb/f3cff944bd544b299146c2b4d3247def to your computer and use it in GitHub Desktop.
struct LoadUserAction: Action {
let firstname: String
let lastname: String
}
struct LoadContactsAction: Action {
let contacts: [Contact]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment