diff options
Diffstat (limited to 'src/main/kotlin/moe/nea/firm/Codec.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/firm/Codec.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firm/Codec.kt b/src/main/kotlin/moe/nea/firm/Codec.kt new file mode 100644 index 0000000..1c19de4 --- /dev/null +++ b/src/main/kotlin/moe/nea/firm/Codec.kt @@ -0,0 +1,5 @@ +package moe.nea.firm + +interface Codec<T> { + +} |