CleanJSON icon indicating copy to clipboard operation
CleanJSON copied to clipboard

如何解析这类枚举

Open wecorobin opened this issue 3 years ago • 0 comments

enum RankListType: String, Codable { case user = "USER" case hall = "HALL" }

wecorobin avatar Jan 13 '22 10:01 wecorobin