staticmaplite/src/Output/OutputInterface.php

10 lines
137 B
PHP

<?php
namespace StaticMapLite\Output;
interface OutputInterface
{
public function sendHeader();
public function sendImage();
}