ComponentWrapper

  • Represents a wrapper of component that forwards all actions to wrapped component. You can easily conform arbitrary type to Component protocol by wrapping component instance.

    See more

    Declaration

    Swift

    @dynamicMemberLookup
    public protocol ComponentWrapping : Component