add historic

pull/14/head^2
Your Name 11 months ago
parent 9e43a9dc29
commit b845e96a09

@ -0,0 +1,20 @@
//
// DetailGameHistory.swift
// ArkitDoushiQi
//
// Created by Enzo JOLYS on 22/05/2024.
//
import SwiftUI
struct DetailGameHistory: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
struct DetailGameHistory_Previews: PreviewProvider {
static var previews: some View {
DetailGameHistory()
}
}

@ -0,0 +1,20 @@
//
// EnteteHistory.swift
// ArkitDoushiQi
//
// Created by Enzo JOLYS on 22/05/2024.
//
import SwiftUI
struct EnteteHistory: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
struct EnteteHistory_Previews: PreviewProvider {
static var previews: some View {
EnteteHistory()
}
}

@ -0,0 +1,20 @@
//
// History.swift
// ArkitDoushiQi
//
// Created by Enzo JOLYS on 22/05/2024.
//
import SwiftUI
struct History: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
struct History_Previews: PreviewProvider {
static var previews: some View {
History()
}
}
Loading…
Cancel
Save