mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
allow storing multiple emails of same type per contact
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
package com.simplemobiletools.contacts.models
|
||||
|
||||
data class Email(var value: String, var type: Int)
|
Reference in New Issue
Block a user