Skip to content

Instantly share code, notes, and snippets.

@ashishkudale
Created May 6, 2018 05:09
Show Gist options
  • Save ashishkudale/a4f0269612c24d3671721af23cb122dc to your computer and use it in GitHub Desktop.
Save ashishkudale/a4f0269612c24d3671721af23cb122dc to your computer and use it in GitHub Desktop.
public class Subject {
public int id;
public String subjectName;
public ArrayList<Chapter> chapters;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment