-
Notifications
You must be signed in to change notification settings - Fork 10
GlobalEnvironment
tgrapperon edited this page Aug 22, 2022
·
5 revisions
@available(
*, deprecated,
message:
"""
If you are transitioning from `GlobalEnvironment`, you should make sure that is type is a \
subclass of `ComposableEnvironment`.
If your environment is a `struct`, replacing this by `class` should allow the project to build \
and run again as a temporary workaround.
If you are not transitioning from `GlobalEnvironment`, you should not have to use this type \
at all. It is only provided to help transitioning projects from `GlobalEnvironment` to \
`ComposableEnvironment`.
"""
)
open class GlobalEnvironment: ComposableEnvironment
ComposableEnvironment
, ComposableEnvironment
, GlobalDependenciesAccessing
, GlobalDependenciesAccessing
public required init()
An argument-less initializer.
init()
Generated at 2022-08-22T21:22:01+0000 using swift-doc 1.0.0-rc.1.