3 lines
98 B
Kotlin
3 lines
98 B
Kotlin
package com.simplemobiletools.contacts.models
|
|
|
|
data class Email(var value: String, var type: Int)
|