mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
11 lines
163 B
PHP
11 lines
163 B
PHP
<?php
|
|
|
|
/**
|
|
* Interface for API classes
|
|
*
|
|
* @author Brent Shaffer <bshafs at gmail dot com>
|
|
* @license MIT License
|
|
*/
|
|
interface EchoNest_ApiInterface
|
|
{
|
|
}
|