9 lines
No EOL
226 B
Kotlin
9 lines
No EOL
226 B
Kotlin
/*
|
|
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
|
|
*/
|
|
|
|
package at.bitfire.davdroid.resource
|
|
|
|
import at.bitfire.vcard4android.Contact
|
|
|
|
interface LocalAddress: LocalResource<Contact> |