Skip to content

Commit 7871aef

Browse files
committed
Re-export JSONCodable module
1 parent 50fd27e commit 7871aef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/apple/Sources/Client.swift.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import NIOSSL
55
import Foundation
66
import AsyncHTTPClient
77
@_exported import {{spec.title | caseUcfirst}}Models
8+
@_exported import JSONCodable
89

910
let DASHDASH = "--"
1011
let CRLF = "\r\n"

templates/swift/Sources/Client.swift.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import NIOSSL
55
import Foundation
66
import AsyncHTTPClient
77
@_exported import {{spec.title | caseUcfirst}}Models
8+
@_exported import JSONCodable
89

910
let DASHDASH = "--"
1011
let CRLF = "\r\n"

0 commit comments

Comments
 (0)