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

10 lines
165 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +04:00
<?php
namespace nur\v\base;
use nur\b\ui\IContent;
use nur\b\ui\IPrintable;
abstract class SimpleContent implements IContent, IPrintable {
use TSimpleContent;
}