Classes

The following classes are available globally.

  • Type erasure for the generic ApplicationType protocol (you need this to reference it as a full type, to use it in arrays or variable definitions, since generic protocols can only be used in generic definitions)

    See more

    Declaration

    Swift

    open class AnyVISPERApp<AppState> : VISPERAppType
  • a factory to create a default SwiftyVISPER application

    See more

    Declaration

    Swift

    open class AppFactory<AppState>