| Path : /proc/self/root/var/www/html/solarwindia/vendor/nexmo/client-core/src/Message/ |
| Current File : //proc/self/root/var/www/html/solarwindia/vendor/nexmo/client-core/src/Message/MessageInterface.php |
<?php
/**
* Nexmo Client Library for PHP
*
* @copyright Copyright (c) 2016 Nexmo, Inc. (http://nexmo.com)
* @license https://github.com/Nexmo/nexmo-php/blob/master/LICENSE.txt MIT License
*/
namespace Nexmo\Message;
interface MessageInterface extends \Nexmo\Entity\EntityInterface
{
public function getMessageId();
}