1 <?php
 2 
 3 /**
 4  * Interface for plugins.
 5  *
 6  * @author gharlan
 7  *
 8  * @package redaxo\core\packages
 9  */
10 interface rex_plugin_interface extends rex_package_interface
11 {
12 }
13