feat: ios mobil arayüz tasarımı

This commit is contained in:
2026-02-11 18:06:35 +03:00
parent 69884db0ab
commit 261b2f58cc
42 changed files with 2501 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import Foundation
struct UserProfile: Codable, Equatable {
struct User: Codable, Equatable {
let id: String
let email: String
}
let user: User
}