PlantUMLPresenting

public protocol PlantUMLPresenting

defines a unified interface for presenting a PlantUML script / diagram

  • present script / diagram to user

    Declaration

    Swift

    func present(script: PlantUMLScript, completionHandler: @escaping () -> Void)

    Parameters

    script

    in PlantUML notation

    completionHandler

    has to be called when presentation was triggered