// // 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() } } }