Skip to content

Instantly share code, notes, and snippets.

@slodge
Created November 7, 2013 16:23
Show Gist options
  • Save slodge/7357378 to your computer and use it in GitHub Desktop.
Save slodge/7357378 to your computer and use it in GitHub Desktop.
public interface IVisible
{
void IsVisible(bool isVisible);
}
public interface IKillable
{
void KillMe();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment