Skip to content

Commit

Permalink
Feature #38: User
Browse files Browse the repository at this point in the history
  • Loading branch information
0se0 committed Jun 26, 2024
1 parent 235076f commit 49da1b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/java/com/sopt/now/compose/model/User.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.sopt.now.compose.model

data class User(
val id: String = "",
val pw: String = "",
val nickname: String = "",
val phoneNumber: String = "",
)

0 comments on commit 49da1b2

Please sign in to comment.