Skip to content

Instantly share code, notes, and snippets.

@demonar
Created December 24, 2019 21:13
Show Gist options
  • Save demonar/8969c1ab13f42339b5c76c898ccf8424 to your computer and use it in GitHub Desktop.
Save demonar/8969c1ab13f42339b5c76c898ccf8424 to your computer and use it in GitHub Desktop.
data class DesiredObject(var text: String)
class DataSource() {
var elements: MutableArrayList<DesiredObject>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment