Skip to content

Commit

Permalink
[Feat/#34]String - Literal survey select button 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-seonwoo committed Jan 9, 2024
1 parent 68a7319 commit 2785eb8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HMH_iOS/HMH_iOS/Global/Literals/String/String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,18 @@ enum StringLiteral {
enum OnboardigSub {
static let problemSurvey = "해당 문항은 최대 2개까지 선택할 수 있어요"
}

enum TimeSurveySelect {
static let firstSelect = "1-4시간"
static let secondSelect = "4-8시간"
static let thirdSelect = "8-12시간"
static let fourthSelect = "12시간 이상"
}

enum ProblemSurveySelect {
static let firstSelect = "일상생활에 영향을 끼쳐요"
static let secondSelect = "이용 시간이 스스로 제어되지 않아요"
static let thirdSelect = "특정 앱에 수시로 접속하게 돼요"
static let fourthSelect = "중독을 탈출하려고 노력해도 잘 안 돼요"
}
}

0 comments on commit 2785eb8

Please sign in to comment.