Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Created August 13, 2018 18:42
Show Gist options
  • Save catalinghita8/49013a2d4627752bbf3fddf702cb7f74 to your computer and use it in GitHub Desktop.
Save catalinghita8/49013a2d4627752bbf3fddf702cb7f74 to your computer and use it in GitHub Desktop.
public interface BaseView {
void bindViewModel();
void unbindViewModel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment