1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-01-12 19:13:20 +03:00
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;
}