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