Files

13 lines
114 B
PHP
Raw Permalink Normal View History

2026-06-12 23:57:25 +08:00
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
interface Provider
{
public function onImport();
}