projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace reloading page with Kotlin version
[Sone.git]
/
src
/
main
/
kotlin
/
net
/
pterodactylus
/
sone
/
text
/
TimeText.kt
1
package net.pterodactylus.sone.text
2
3
import net.pterodactylus.sone.freenet.L10nText
4
5
/**
6
* Container for an l10n key and a refresh time.
7
*/
8
data class TimeText(val l10nText: L10nText, val refreshTime: Long)