TODO again

This commit is contained in:
Lumaa 2024-01-12 21:49:49 +01:00
parent 582c81b32d
commit ac35ec0c2e

View File

@ -46,6 +46,7 @@ public class AccountManager {
} }
} }
//TODO: Change this to SwiftData
public struct AppAccount: Codable, Identifiable, Hashable { public struct AppAccount: Codable, Identifiable, Hashable {
public let server: String public let server: String
public var accountName: String? public var accountName: String?