Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created September 5, 2016 17:05
Show Gist options
  • Save miquelbeltran/1f0dd3ef4654d6d654139fad8425736a to your computer and use it in GitHub Desktop.
Save miquelbeltran/1f0dd3ef4654d6d654139fad8425736a to your computer and use it in GitHub Desktop.
public interface ProfileView {
void display(UserProfile userProfile);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment