Created
July 30, 2021 14:27
-
-
Save SamueldaCostaAraujoNunes/07f7302300a0074b1e3ef1140879d3bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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