Skip to content

Instantly share code, notes, and snippets.

@varundwarkani
Created May 7, 2021 19:15
Show Gist options
  • Save varundwarkani/87f15d87ed75a7ef285f8ae025e8620f to your computer and use it in GitHub Desktop.
Save varundwarkani/87f15d87ed75a7ef285f8ae025e8620f to your computer and use it in GitHub Desktop.
class NewsAPIResponse {
lateinit var data: List<News>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment