openvk/Web/Events/ILPEmitable.php
2020-06-07 19:04:43 +03:00

7 lines
130 B
PHP

<?php declare(strict_types=1);
namespace openvk\Web\Events;
interface ILPEmitable
{
function getLongPoolSummary(): object;
}