Files
2021-10-09 21:59:14 -04:00

6 lines
67 B
PHP

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