Skip to content

Instantly share code, notes, and snippets.

@igabice
Last active January 3, 2020 10:37
Show Gist options
  • Save igabice/35c8f79bd96dfb8c624924dc966d5198 to your computer and use it in GitHub Desktop.
Save igabice/35c8f79bd96dfb8c624924dc966d5198 to your computer and use it in GitHub Desktop.
data from YellowStoreFinder
class YellowStore {
String name;
String opens;
String time;
Double distance_away;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment