[add] function implementation
This commit is contained in:
7
app/src/main/java/com/acitelight/aether/model/Comment.kt
Normal file
7
app/src/main/java/com/acitelight/aether/model/Comment.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.acitelight.aether.model
|
||||
|
||||
data class Comment(
|
||||
val content: String,
|
||||
val username: String,
|
||||
val time: String
|
||||
)
|
||||
Reference in New Issue
Block a user