openvk/Web/Events/ILPEmitable.php

8 lines
130 B
PHP
Raw Normal View History

2020-06-07 19:04:43 +03:00
<?php declare(strict_types=1);
namespace openvk\Web\Events;
interface ILPEmitable
{
function getLongPoolSummary(): object;
}