File "AnalystContract.php"

Full Path: /home/branxxtp/freemanvalue.com/wp-content/plugins/enhanced-text-widget/analyst/src/Contracts/AnalystContract.php
File size: 169 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Analyst\Contracts;

interface AnalystContract
{
	/**
	 * Must return version of analyst
	 *
	 * @return string
	 */
	public static function version();
}