first commit

This commit is contained in:
Stossy11
2025-03-31 13:40:08 +11:00
commit 3ac7a53322
23 changed files with 1759 additions and 0 deletions

17
StosVPN/StosVPNApp.swift Normal file
View File

@@ -0,0 +1,17 @@
//
// StosVPNApp.swift
// StosVPN
//
// Created by Stossy11 on 28/03/2025.
//
import SwiftUI
@main
struct StosVPNApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}