mirror of
https://github.com/etesync/android
synced 2025-05-27 19:28:52 +00:00
6 lines
80 B
Kotlin
6 lines
80 B
Kotlin
package com.etesync.syncadapter.ui
|
|
|
|
interface Refreshable {
|
|
fun refresh()
|
|
}
|