5 lines
58 B

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