<?php
namespace common\models\interfaces;
interface IMainPageInstruction
{
public function getViewFileName(): string;
}