Skip to content

Instantly share code, notes, and snippets.

@anncode1
Last active October 14, 2020 21:00
Show Gist options
  • Save anncode1/d8ea240751bb8877409dc00b6ecde75f to your computer and use it in GitHub Desktop.
Save anncode1/d8ea240751bb8877409dc00b6ecde75f to your computer and use it in GitHub Desktop.
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