File "ViewInterface.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/App/Services/View/ViewInterface.php
File size: 106 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPIDE\App\Services\View;
interface ViewInterface
{
public function getIndexPage();
}