Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
songwentong committed Nov 11, 2023
1 parent 3e7b6b3 commit 117d19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Codable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation



class WTJSONDecoder: JSONDecoder {
public class WTJSONDecoder: JSONDecoder {

override func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable {
do {
Expand Down

0 comments on commit 117d19b

Please sign in to comment.