<?php
namespace ConcreteCoreApplicationServiceUserInterfaceHelp;
interface MessageInterface
{
/**
* @return HtmlObjectElement
*/
public function getContent();
/**
* @return string
*/
public function getIdentifier();
}