Structures

The following structures are available globally.

Watch App

  • This is the main app wrapper.

    See more

    Declaration

    Swift

    @main
    @MainActor
    struct NACCWatchApp : App

Watch App Content View

Cleandate Picker View

  • This will display a date picker, that the user can use to select a new date.

    See more

    Declaration

    Swift

    @MainActor
    struct CleanDatePicker : View