mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-25 18:19:04 +02:00
Update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// ItemResponse.swift
|
||||
// GitHubSearchWithSwiftUI
|
||||
//
|
||||
// Created by marty-suzuki on 2019/06/06.
|
||||
// Copyright © 2019 jp.marty-suzuki. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ItemResponse<T: Decodable>: Decodable {
|
||||
let items: [T]
|
||||
}
|
||||
Reference in New Issue
Block a user