Files
2019-03-04 16:08:27 +08:00

6 lines
76 B
PHP

<?php
interface AnotherInterface
{
public function doSomethingElse();
}