Files

10 lines
125 B
PHP

<?php
declare(strict_types=1);
namespace Cf7stg;
interface Interface_Spam_Source
{
public function register(): void;
}