Files
nibiru-framework.com/core/i/view.php
2017-06-16 12:21:21 +02:00

14 lines
217 B
PHP

<?php
namespace Nibiru;
/**
* User - stephan
* Date - 24.01.17
* Time - 22:41
* @author - Stephan Kasdorf
* @category - [PLEASE SPECIFIY]
* @license - BSD License
*/
interface IView
{
}