Files
SwiftUI/Examples/GitHub Search/GitHubSearchWithSwiftUI/Extension/JSONDecoder.Extension.swift
2019-06-06 11:16:28 +03:00

13 lines
249 B
Swift
Executable File

//
// JSONDecoder.Extension.swift
// GitHubSearchWithSwiftUI
//
// Created by marty-suzuki on 2019/06/06.
// Copyright © 2019 jp.marty-suzuki. All rights reserved.
//
import Combine
import Foundation
extension JSONDecoder: TopLevelDecoder {}