pdf-finder/src/IO/Output/Output.php

9 lines
86 B
PHP

<?php
namespace IO\Output;
interface Output
{
public function render(): void;
}