nur-sery/nur_src/v/base/SimpleContent.php

10 lines
165 B
PHP

<?php
namespace nur\v\base;
use nur\b\ui\IContent;
use nur\b\ui\IPrintable;
abstract class SimpleContent implements IContent, IPrintable {
use TSimpleContent;
}