mgrPrefs // Make MandarinParser case-iterable.

This commit is contained in:
ShikiSuen 2022-08-23 21:42:48 +08:00
parent ae38bb7915
commit 1029fdf6dc
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ struct CandidateListTextSize {
// MARK: - // MARK: -
enum MandarinParser: Int { enum MandarinParser: Int, CaseIterable {
case ofStandard = 0 case ofStandard = 0
case ofETen = 1 case ofETen = 1
case ofHsu = 2 case ofHsu = 2