6 lines
113 B
Kotlin
6 lines
113 B
Kotlin
package com.simplemobiletools.smsmessenger.interfaces
|
|
|
|
import androidx.room.Dao
|
|
|
|
@Dao
|
|
interface ConversationsDao
|