* * For the full copyright and license information, please view the LICENSE file */ namespace Filegator\Services\View; interface ViewInterface { public function getIndexPage(); }