Created
July 26, 2017 12:00
-
-
Save sprejjs/8d4196c2e4a399c2d06461e874c502ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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