AnInterface.php 68 Bytes
<?php

interface AnInterface
{
    public function doSomething();
}