ReactiveLifetimeProvider

@available(*, deprecated, renamed: "ReactiveExtensionsProvider")
public protocol ReactiveLifetimeProvider : ReactiveExtensionsProvider

Deprecated: Please just make your type conform to ReactiveExtensionsProvider. The goal of this protocol is to add RAC-style reactive proxy to Swift objects.

  • The lifetime token associated with the instance.

    Declaration

    Swift

    var lifetimeToken: Lifetime.Token { get }