Files
2020-10-06 14:27:47 +07:00

7 lines
68 B
PHP

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