Your IP : 216.73.216.130


Current Path : /var/www/html/wp-content/plugins/wpide/App/Services/View/
Upload File :
Current File : /var/www/html/wp-content/plugins/wpide/App/Services/View/ViewInterface.php

<?php
namespace WPIDE\App\Services\View;

interface ViewInterface
{
    public function getIndexPage();
}