Skip to content

Instantly share code, notes, and snippets.

@SamueldaCostaAraujoNunes
Created July 30, 2021 14:27
Show Gist options
  • Save SamueldaCostaAraujoNunes/07f7302300a0074b1e3ef1140879d3bf to your computer and use it in GitHub Desktop.
Save SamueldaCostaAraujoNunes/07f7302300a0074b1e3ef1140879d3bf to your computer and use it in GitHub Desktop.
package br.com.samuelnunes.rickandmortyapp.data.entities
data class Info(
val count: Int,
val pages: Int,
val next: String?,
val prev: String?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment