myaac/system/libs/pot/IOTS_DAO.php
2017-05-01 20:05:36 +02:00

25 lines
348 B
PHP

<?php
/**#@+
* @version 0.1.0
*/
/**
* @package POT
* @author Wrzasq <wrzasq@gmail.com>
* @copyright 2007 (C) by Wrzasq
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU Lesser General Public License, Version 3
*/
/**
* @package POT
* @deprecated 0.1.0 This interface is not used anymore.
*/
interface IOTS_DAO
{
}
/**#@-*/
?>