Code Block // // GegeApp.swift // Gege // // Created by Besleaga Alexandru Marian on 5/15/21. import SwiftUI @main struct GegeApp: App { var body: some Scene { WindowGroup { Text("Hello, world!") } } }
How do I declare protocol App in context ?