Ladybug
Ladybug copied to clipboard
A powerful model framework for Swift 4
Results
2
Ladybug issues
Sort by
recently updated
recently updated
newest added
`public protocol BaseResponse : JSONCodable { var statusCode:Int{get} var statusmessage:String?{get} var success:Bool?{get} } public struct PrimitiveResponse : BaseResponse { public var status : Int = 0 public var succeeded:Bool? public...
Caught your note about Swift 4 KeyPaths in the README. See here: https://bugs.swift.org/browse/SR-5821