SMMP/build/generic/view/history/archive/main.php

13 lines
139 B
PHP
Raw Normal View History

<?php
namespace view\history\archive;
use \generic\core\i_view;
class main extends i_view{
public function __construct(){
}
}