nur-sery/nur_src/v/base/SimpleContent.php
2023-12-03 22:10:18 +04:00

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;
}