Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Created May 20, 2019 06:10
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 hackjutsu/ed4a7ae7f27e6433bb8f24af09864aa5 to your computer and use it in GitHub Desktop.
Save hackjutsu/ed4a7ae7f27e6433bb8f24af09864aa5 to your computer and use it in GitHub Desktop.
[medium snippets] #medium #designPattern #ProxyPattern
public interface Image {
void display();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment