Skip to content

Commit

Permalink
#26 [Add] View 열거형 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed Apr 13, 2024
1 parent 28532aa commit 38adb72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Score/Score/Constant/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ enum Constants {
enum Layout: CGFloat {
case horizontal = 24
}

//MARK: - View

enum View {
//MARK: - MyPage

enum MyPage: String {
case nickNamePlaceHolder = "현재 닉네임"
case heightPlaceHolder = "000cm"
case weightPlaceHolder = "00kg"
}
}
}

//MARK: - Preview
Expand Down

0 comments on commit 38adb72

Please sign in to comment.