1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00
ampache/modules/EchoNest/ApiInterface.php
2013-12-28 17:11:16 +01:00

11 lines
163 B
PHP

<?php
/**
* Interface for API classes
*
* @author Brent Shaffer <bshafs at gmail dot com>
* @license MIT License
*/
interface EchoNest_ApiInterface
{
}