DNSecure/CustomDNS/CustomDNSApp.swift
2020-07-01 21:46:36 +09:00

17 lines
226 B
Swift

//
// CustomDNSApp.swift
// CustomDNS
//
// Created by Kenta Kubo on 7/1/20.
//
import SwiftUI
@main
struct CustomDNSApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}