ios_app/Shared/volnahubApp.swift
2025-06-09 23:29:58 +03:00

18 lines
223 B
Swift

//
// volnahubApp.swift
// Shared
//
// Created by cheykrym on 09/06/2025.
//
import SwiftUI
@main
struct volnahubApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}