generated from Nodarx/template
10 lines
154 B
PHP
10 lines
154 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace KTXM\ProviderImap\Client\Protocol\Response;
|
|
|
|
interface ResponseInterface
|
|
{
|
|
public function raw(): string;
|
|
} |