Skip to content

Commit

Permalink
#39 [add] : ChatRoomModel data class 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
yskim6772 committed Jan 18, 2025
1 parent 67eb4fd commit 3652221
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.sopt.withsuhyeon.domain.entity

data class ChatRoomModel(
val profileImage: String,
val partnerName: String,
val recentChat: String,
val recentChatDateTime: String,
val unreadChatCount: String
)

0 comments on commit 3652221

Please sign in to comment.