Structures
The following structures are available globally.
-
A wrapper to be used in SwiftUI Lists
See moreDeclaration
Swift
struct SysSound : Identifiable
-
The SwiftUI main view.
See moreDeclaration
Swift
struct ContentView : View
-
SwiftUI preview for ContentView
See moreDeclaration
Swift
struct ContentView_Previews : PreviewProvider
-
A Button style to keep things dry
See moreDeclaration
Swift
struct GDButtonStyle : ButtonStyle
-
The main app. It creates the Audio object and puts it into the environment.
See moreDeclaration
Swift
@main struct SystemSoundsApp : App