Files
SwiftUI/Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/JSONDecoder.Extension.swift
Ivan Vorobei 48001a8e9a Update
2019-06-26 22:12:35 +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 {}