SecureStorageSample/SecureStorageSample/Models/ProfileName.swift
Matt Bruce 7219c69b26 migration
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
2026-01-16 13:48:06 -06:00

7 lines
124 B
Swift

import Foundation
nonisolated struct ProfileName: Codable, Sendable {
let firstName: String
let lastName: String
}