6 lines
58 B

4 months ago
<?php
interface iDisplay {
public function execute();
}