Skip to content

Commit

Permalink
BlockUserModel
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Jun 20, 2021
1 parent 7db896a commit ad6c328
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/java/kr/ac/konkuk/koogle/Model/BlockUserModel.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package kr.ac.konkuk.koogle.Model

data class BlockUserModel(
val userId: String, //유저 고유 id
val userName: String, //유저 이름
) {
constructor() : this("", "")
}

0 comments on commit ad6c328

Please sign in to comment.