mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 15:20:31 +05:30
9 lines
145 B
Kotlin
9 lines
145 B
Kotlin
|
package com.github.libretube.util
|
||
|
|
||
|
object TextUtils {
|
||
|
/**
|
||
|
* Separator used for descriptions
|
||
|
*/
|
||
|
const val SEPARATOR = " • "
|
||
|
}
|