mgrPrefs // Make MandarinParser case-iterable.
This commit is contained in:
parent
2e78f5d913
commit
442ec16f7e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue