How do I create protocol extensions that work with enums that have been initialized?

后端 未结 0 2002
被撕碎了的回忆
被撕碎了的回忆 2021-01-18 17:25

I have an enum used in class DoorModeModel:

enum DoorModeName: String {
    case off = "MODE_OFF"
    case ex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题