add writable parts of server and client

This commit is contained in:
2019-10-17 21:34:52 +06:00
parent a3cc3e8537
commit 3e7a2c1f0d
9 changed files with 153 additions and 19 deletions

View File

@@ -1,7 +1,5 @@
package com.insanusmokrassar.postssystem.core.content
import org.joda.time.DateTime
typealias ContentId = String
interface Content {