Lifetimed

@available(*, deprecated, message: "Make your type a class that conforms to ReactiveLifetimeProvider instead")
open class Lifetimed : ReactiveLifetimeProvider

Deprecated: Please just make your type a class that conform to ReactiveExtensionsProvider instead; there is no need to inherit from this anymore. This base class adds RAC-style reactive proxy to Swift objects.

  • The lifetime token associated with the instance.

    Declaration

    Swift

    public let lifetimeToken: Lifetime.Token