Commit e321ffe4 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add Message.kt

parent 03a7efa7
package chat.rocket.android.app.chatroom
import chat.rocket.android.app.User
import org.threeten.bp.LocalTime
data class Message(val user: User, val content: String, val time: LocalTime)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment