2022-03-06 11:49:27 +00:00

6 lines
67 B
PHP

<?php
interface AnInterface
{
public function doSomething();
}