mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-05-12 19:00:11 +02:00
Update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
|
||||
struct User: Hashable, Identifiable, Decodable {
|
||||
var id: Int64
|
||||
var login: String
|
||||
var avatar_url: URL
|
||||
}
|
||||
Reference in New Issue
Block a user