Last active
October 14, 2020 21:00
-
-
Save anncode1/d8ea240751bb8877409dc00b6ecde75f 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 | |
*/ | |
class Agenda { | |
lateinit var type: String | |
lateinit var contacts: List<Contact> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment