portal.mkgtu.ru/common/services/messagesDeliver/IMessageRecipient.php

8 lines
133 B
PHP
Raw Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\services\messagesDeliver;
interface IMessageRecipient
{
public function getRecipientAddress(): string;
}