forked from yagom-academy/ios-diary
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: preferredStyle 추가 , Namespace추가
- Loading branch information
Showing
6 changed files
with
88 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// AlertNamespace.swift | ||
// Diary | ||
// | ||
// Created by Maxhyunm, Hamg on 2023/09/10. | ||
// | ||
|
||
enum AlertNamespace { | ||
static let deleteTitle = "진짜요?" | ||
static let deleteMessage = "정말로 삭제하시겠어요?" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// ButtonNamespace.swift | ||
// Diary | ||
// | ||
// Created by Maxhyunm, Hamg on 2023/09/10. | ||
// | ||
|
||
enum ButtonNamespace { | ||
static let more = "더보기" | ||
static let cancel = "취소" | ||
static let delete = "삭제" | ||
static let confirm = "확인" | ||
static let deleteEnglish = "Delete" | ||
static let shareEnglish = "Share..." | ||
static let cancelEnglish = "Cancel" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters