WinterArch
WinterArch
[lang]表示需要Chinese!!XD
> [@WinterArch](https://github.com/WinterArch) can you clarify more what you want? When attempting to use git's difftool, I entered "gitui" but found that it cound not open gitui. However, gitui can indeed...
Example, MyBoolean? ``` public struct PostReqBody: Codable { public let isSpokeDamn: MyBoolean public enum MyBoolean: String, Codable { case `true` = "TRUE" case `false` = "FALSE" } } // MARK:...