ControlCenter_iOS/Sources/App.swift

17 lines
256 B
Swift

//
// ControlCenter_iOSApp.swift
// ControlCenter_iOS
//
// Created by Sami Samhuri on 2020-06-25.
//
import SwiftUI
@main
struct ControlCenter_iOSApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}