File "MessagePresenter.php"

Full Path: /home/itfekxul/theolympicssports.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php
File size: 204 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Yoast\WHIPv2\Interfaces;

/**
 * Interface MessagePresenter.
 */
interface MessagePresenter {

	/**
	 * Renders the message.
	 *
	 * @return void
	 */
	public function renderMessage();
}