Files
awo-hamburg-intranet/mysyde/common/interfaces/PlainView.php
2026-02-17 14:56:23 +01:00

12 lines
188 B
PHP

<?php
namespace DynCom\mysyde\common\interfaces;
/**
* Created by PhpStorm.
* User: Michael Bauer
* Date: 7/14/2015
* Time: 2:20 AM
*/
interface PlainView extends View
{
}