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.
2 parents 50fd27e + 7871aef commit 1f3686eCopy full SHA for 1f3686e
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