SenseCryptSwiftApp

@main
@MainActor
struct SenseCryptSwiftApp : App

The main entry point of the application.

  • Register app delegate for Firebase setup

    Declaration

    Swift

    @UIApplicationDelegateAdaptor
    @MainActor
    var delegate: AppDelegate { get }
  • Declaration

    Swift

    @State
    @MainActor
    var path: Bool { get nonmutating set }
  • Declaration

    Swift

    @MainActor
    var body: some Scene { get }