SMMP/build/generic/view/profile/view/main.php

12 lines
133 B
PHP

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