Skip to content

Commit

Permalink
[PC-433] 더미 데이터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sksowk156 committed Jan 27, 2025
1 parent ad16478 commit 73000e2
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package com.puzzle.profile.graph.main.contract
import com.airbnb.mvrx.MavericksState

data class MainProfileState(
val nickName: String = "",
val selfDescription: String = "",
val age: String = "",
val birthYear: String = "",
val height: String = "",
val activityRegion: String = "",
val occupation: String = "",
val smokeStatue: String = "",
val weight: String = "",
val selfDescription: String = "음악과 요리를 좋아하는",
val nickName: String = "수줍은 수달",
val age: String = "25",
val birthYear: String = "00",
val height: String = "180",
val weight: String = "72",
val activityRegion: String = "서울특별시",
val occupation: String = "프리랜서",
val smokeStatue: String = "비흡연",
) : MavericksState

0 comments on commit 73000e2

Please sign in to comment.