Skip to content

Commit

Permalink
[Add/#36] GoalTime - StringLiteral 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Jan 9, 2024
1 parent 5ed34ea commit 8f636ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HMH_iOS/HMH_iOS/Global/Literals/String/String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ enum StringLiteral {
static var appListHeaderTitle = "앱 잠금"
static var appListHeaderButtonText = "삭제"
}

enum GoalTime {
static var titleText = "선택한 앱의 목표 이용 시간을\n설정해 주세요"
static var subTitleText = "목표 이용 시간은 최대 1시간 59분까지\n설정할 수 있어요"
}

enum Idetifier {
static var titleHeaderViewId = "TitleSectionHeader"
static var appListHeaderViewId = "AppSectionHeader"
Expand Down

0 comments on commit 8f636ec

Please sign in to comment.