mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-26 03:11:21 +01: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