ContinueNodeAware

public protocol ContinueNodeAware

An interface that should be implemented by classes that need to be aware of the ContinueNode. The continueNode will be injected to the classes that implement this interface.

  • Declaration

    Swift

    var continueNode: ContinueNode? { get set }