6 lines
58 B

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