Created
October 14, 2020 20:52
-
-
Save anncode1/1049fbaae53fad266738a29b041e87ec to your computer and use it in GitHub Desktop.
This file contains 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 com.example.hilttest.domain.agenda.model | |
/** | |
* Created by anahi.salgado on 27/07/2020 | |
*/ | |
data class Contact( | |
val name: String, | |
val phone: String | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment