Files
unirest-php/main/mashape/authentication/Authentication.php

8 lines
105 B
PHP

<?php
interface Authentication {
public function handleHeader();
public function handleParams();
}
?>