<?php

interface iDisplay {
	public function execute();
}