allow storing multiple emails of same type per contact

This commit is contained in:
tibbi
2017-12-17 23:10:47 +01:00
parent 0a90594d32
commit 4e77674377
3 changed files with 6 additions and 13 deletions

View File

@ -0,0 +1,3 @@
package com.simplemobiletools.contacts.models
data class Email(var value: String, var type: Int)