Files
unirest-php/main/mashape/authentication/Authentication.php
2012-10-10 16:45:55 -07:00

7 lines
105 B
PHP

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