Joywork/import/Prefetcher.php

6 lines
63 B
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<?php
interface Prefetcher
{
public function prefetch();
}