mgrPrefs // Make MandarinParser case-iterable.
This commit is contained in:
parent
ae38bb7915
commit
1029fdf6dc
|
@ -138,7 +138,7 @@ struct CandidateListTextSize {
|
|||
|
||||
// MARK: -
|
||||
|
||||
enum MandarinParser: Int {
|
||||
enum MandarinParser: Int, CaseIterable {
|
||||
case ofStandard = 0
|
||||
case ofETen = 1
|
||||
case ofHsu = 2
|
||||
|
|
Loading…
Reference in New Issue