Skip to content

Instantly share code, notes, and snippets.

@tiagomartinho
Created June 13, 2018 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagomartinho/c24b62d652e8662478e026071390150b to your computer and use it in GitHub Desktop.
Save tiagomartinho/c24b62d652e8662478e026071390150b to your computer and use it in GitHub Desktop.
ThemeRepository
protocol ThemeRepository {
func load() -> Theme
func save(_ theme: Theme)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment