Skip to content

Instantly share code, notes, and snippets.

@HelloThisIsFlo
Created January 26, 2017 08:47
Show Gist options
  • Save HelloThisIsFlo/9255d78f2904c8320c486efa647a3177 to your computer and use it in GitHub Desktop.
Save HelloThisIsFlo/9255d78f2904c8320c486efa647a3177 to your computer and use it in GitHub Desktop.
public interface XMLParser {
List<Book> parseBooks(String fileName);
// Other methods added here ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment