Skip to content

Instantly share code, notes, and snippets.

@hudo
Created November 28, 2017 23:13
Show Gist options
  • Save hudo/c023aee20ca9e6a868406f838d975f90 to your computer and use it in GitHub Desktop.
Save hudo/c023aee20ca9e6a868406f838d975f90 to your computer and use it in GitHub Desktop.
internal interface IRenderable
{
string Render();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment