CHResume/ResumeBuilder/Data/TopInfo.swift
Christoph Hagen bd87a4fb6f First version
2023-08-18 22:47:24 +02:00

23 lines
251 B
Swift

import Foundation
struct TopInfo {
let imageName: String
let name: String
let tagLine: String
let place: String
let ageText: String
let web: String
let email: String
let phone: String
let github: String
}