<?php

namespace Yoast\WHIPv2\Interfaces;

/**
 * Interface Message.
 */
interface Message {

	/**
	 * Retrieves the message body.
	 *
	 * @return string Message.
	 */
	public function body();
}
