Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created July 26, 2017 12:00
Show Gist options
  • Save sprejjs/8d4196c2e4a399c2d06461e874c502ae to your computer and use it in GitHub Desktop.
Save sprejjs/8d4196c2e4a399c2d06461e874c502ae to your computer and use it in GitHub Desktop.
public Memory(String title, Bitmap image) {
this.title = title;
this.image = image;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment