14 lines
191 B
PHP
14 lines
191 B
PHP
<?php
|
|
namespace DynCom\mysyde\common\interfaces;
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Michael Bauer
|
|
* Date: 7/14/2015
|
|
* Time: 12:19 AM
|
|
*/
|
|
interface DOMView extends View
|
|
{
|
|
|
|
|
|
|
|
} |