Skip to content

Instantly share code, notes, and snippets.

@anncode1
Created October 14, 2020 20:52
Show Gist options
  • Save anncode1/1049fbaae53fad266738a29b041e87ec to your computer and use it in GitHub Desktop.
Save anncode1/1049fbaae53fad266738a29b041e87ec to your computer and use it in GitHub Desktop.
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