Skip to content

Instantly share code, notes, and snippets.

@derysudrajat
Created May 18, 2020 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derysudrajat/2fb3c5a27f16e89fa470dc5625a608be to your computer and use it in GitHub Desktop.
Save derysudrajat/2fb3c5a27f16e89fa470dc5625a608be to your computer and use it in GitHub Desktop.
package com.derysudrajat.customdialog
data class ItemDialog(
val img: String,
val text: String,
val url: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment