Skip to content

Instantly share code, notes, and snippets.

@vikasmain
Created July 25, 2020 13:36
Show Gist options
  • Save vikasmain/2eb760f713d778c77331259f1579f15f to your computer and use it in GitHub Desktop.
Save vikasmain/2eb760f713d778c77331259f1579f15f to your computer and use it in GitHub Desktop.
class ViewDelegate{
private View view;
public void draw(){
view.draw()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment