Skip to content

Instantly share code, notes, and snippets.

@pzmudzinski
Created November 14, 2018 21:44
Show Gist options
  • Save pzmudzinski/80a6521f43ced21393c878d724028a30 to your computer and use it in GitHub Desktop.
Save pzmudzinski/80a6521f43ced21393c878d724028a30 to your computer and use it in GitHub Desktop.
enum BookCollectionAction {
case collectionRefreshed(withBooks: [Book])
case bookMarkedForDeletion(_ book: Book)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment