Initial Commit
This commit is contained in:
17
Schedule ICTIS/Schedule_ICTISApp.swift
Normal file
17
Schedule ICTIS/Schedule_ICTISApp.swift
Normal file
@ -0,0 +1,17 @@
|
||||
//
|
||||
// Schedule_ICTISApp.swift
|
||||
// Schedule ICTIS
|
||||
//
|
||||
// Created by G412 on 13.11.2024.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct Schedule_ICTISApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user