Files
unirest-php/main/mashape/authentication/Authentication.php
2012-10-02 15:59:55 -07:00

8 lines
106 B
PHP

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