feat: ios mobil arayüz tasarımı
This commit is contained in:
10
ios/Bookibra/Models/UserProfile.swift
Normal file
10
ios/Bookibra/Models/UserProfile.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import Foundation
|
||||
|
||||
struct UserProfile: Codable, Equatable {
|
||||
struct User: Codable, Equatable {
|
||||
let id: String
|
||||
let email: String
|
||||
}
|
||||
|
||||
let user: User
|
||||
}
|
||||
Reference in New Issue
Block a user