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

9 lines
86 B
PHP
Raw Normal View History

2021-03-23 21:58:40 +01:00
<?php
namespace IO\Output;
interface Output
{
public function render(): void;
}