Files
unirest-php/main/mashape/auth/Auth.php
2012-07-19 12:52:13 -07:00

8 lines
95 B
PHP

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