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