mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
4 lines
143 B
Kotlin
4 lines
143 B
Kotlin
package com.simplemobiletools.contacts.models
|
|
|
|
data class RecentCall(var id: Int, var number: String, var dateTime: String, var name: String?)
|