Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created July 31, 2021 18:28
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/990334e24e46a1f3a234e0fc864e4045 to your computer and use it in GitHub Desktop.
Save zsoltk/990334e24e46a1f3a234e0fc864e4045 to your computer and use it in GitHub Desktop.
interface SquareDecoration {
@Composable
fun render(properties: SquareRenderProperties)
}
interface BoardDecoration {
@Composable
fun render(properties: BoardRenderProperties)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment