We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fd27e commit 7871aefCopy full SHA for 7871aef
templates/apple/Sources/Client.swift.twig
@@ -5,6 +5,7 @@ import NIOSSL
5
import Foundation
6
import AsyncHTTPClient
7
@_exported import {{spec.title | caseUcfirst}}Models
8
+@_exported import JSONCodable
9
10
let DASHDASH = "--"
11
let CRLF = "\r\n"
templates/swift/Sources/Client.swift.twig
0 commit comments