6 lines
67 B
PHP
Raw Normal View History

2013-07-18 13:01:36 -05:00
<?php
interface AnInterface
{
public function doSomething();
}