File "ComponentInterface.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/lib/colibriwp/src/ComponentInterface.php
File size: 103 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace ColibriWP\Theme\Core;

interface ComponentInterface {

	public function render();

}