Joywork/import/Prefetcher.php
2026-05-22 21:21:54 +03:00

6 lines
63 B
PHP

<?php
interface Prefetcher
{
public function prefetch();
}