Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created July 31, 2021 18:29
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 zsoltk/8f8bbf211f61258ae368abdf67dbc0f5 to your computer and use it in GitHub Desktop.
Save zsoltk/8f8bbf211f61258ae368abdf67dbc0f5 to your computer and use it in GitHub Desktop.
interface SquareRenderer {
val decorations: List<SquareDecoration>
}
interface BoardRenderer {
val decorations: List<BoardDecoration>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment