10 lines
169 B
PHP
10 lines
169 B
PHP
|
<?php
|
||
|
namespace nur\v\base;
|
||
|
|
||
|
use nur\b\ui\IContent;
|
||
|
use nur\b\ui\IPrintable;
|
||
|
|
||
|
abstract class SimplePrintable implements IPrintable, IContent {
|
||
|
use TSimplePrintable;
|
||
|
}
|