ytkns/src/HtmlTypeInterface.php
2020-06-10 16:03:13 +00:00

7 lines
100 B
PHP

<?php
namespace YTKNS;
interface HtmlTypeInterface {
public function asHTML(): string;
}