Skip to content

Instantly share code, notes, and snippets.

@simekadam
Created September 28, 2015 07:25
Show Gist options
  • Save simekadam/f5d01ca4624100a58f2e to your computer and use it in GitHub Desktop.
Save simekadam/f5d01ca4624100a58f2e to your computer and use it in GitHub Desktop.
public interface IAddPersonView {
void showNumberOfPersons(int size);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment