Created
July 30, 2021 14:26
-
-
Save SamueldaCostaAraujoNunes/7950ad49986a352a100026a146bad759 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 CharacterList( | |
val info: Info, | |
val results: List<Character> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment