Skip to content

Instantly share code, notes, and snippets.

@danielmalone
Created January 24, 2020 02:58
Show Gist options
  • Save danielmalone/80ed430750c033001ad8f9c2a34e1438 to your computer and use it in GitHub Desktop.
Save danielmalone/80ed430750c033001ad8f9c2a34e1438 to your computer and use it in GitHub Desktop.
package com.danielmalone.podcast
data class Podcast(
val title: String,
val duration: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment