mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-18 06:50:06 +02:00
Combine examples
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// ErrorResponse.swift
|
||||
// GitHubSearchWithSwiftUI
|
||||
//
|
||||
// Created by John Holdsworth on 09/07/2019.
|
||||
// Copyright © 2019 jp.marty-suzuki. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ErrorResponse: Decodable, Error {
|
||||
let message: String
|
||||
}
|
||||
Reference in New Issue
Block a user