mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-17 14:36:46 +01:00
13 lines
249 B
Swift
Executable File
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 {}
|