File "Message.php"
Full Path: /home/itfekxul/theolympicssports.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php
File size: 195 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Yoast\WHIPv2\Interfaces;
/**
* Interface Message.
*/
interface Message {
/**
* Retrieves the message body.
*
* @return string Message.
*/
public function body();
}