Skip to content

Commit 1f3686e

Browse files
authored
Merge pull request #1255 from appwrite/feat-expose-anycodable
Re-export JSONCodable module
2 parents 50fd27e + 7871aef commit 1f3686e

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)