mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
5 lines
88 B
Kotlin
5 lines
88 B
Kotlin
package com.kunzisoft.keepass.model
|
|
|
|
enum class StreamDirection {
|
|
UPLOAD, DOWNLOAD
|
|
} |