<?php
/**
* The plugin interface
*
*
* Copyright (c) 2007 Yahoo! Inc. All rights reserved.
* The copyrights embodied in the content of this file are licensed under the BSD
* open source license
*
* @package stickleback
* @subpackage plugin
* @author Matt Zandstra <hide@address.com>
* @version CVS: $Id: Plugin.php,v 1.5 2007-04-11 19:43:18 zandstra Exp $
*/
/**
* The plugin interface
*
* @package stickleback
* @subpackage plugin
* @author Matt Zandstra <hide@address.com>
* @version CVS: $Id: Plugin.php,v 1.5 2007-04-11 19:43:18 zandstra Exp $
*/
interface stickleback_Plugin {
}
?>